COLOR #35246C

HEX: #35246C RGB: (53,36,108)

Color info

#35246C contains mainly red and blue colors. Web safe color of #35246C is #333366 (or #336).

RGB color model

#35246C color RGB value is (53,36,108).

RGB: (53,36,108) (21%, 14%, 42%)

RGB channels and saturation

R 53 of 255 = 21%
G 36 of 255 = 14%
B 108 of 255 = 42%

53
36
108

R + G + B ~ 26%. #35246C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 36 + 108 = 197 (100%)
R 53 of 197 ~ 26.9%
G 36 of 197 ~ 18.27%
B 108 of 197 ~ 54.82'%

%26.9
%18.27
%54.82

CMYK color model

#35246C color CMYK value is (51,67,0,58).

  • cyan value is 50.93%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (51,67,0,58)
C51M67Y0K58 (51%, 67%, 0%, 58%)
(0.51 / 0.67 / 0.00 / 0.58)

CMYK percentages

%50.93
%66.67
%0
%57.65

Codes

Color #35246C in popluar color models

35 24 6C
RGB 53 36 108
HSL 254° 50.00% 28.24%
HSB/HSV 254° 66.67% 42.35%
CMYK 50.93% 66.67% 0.00%
57.65%

Color #35246C in popluar number systems.

HEX 35 24 6C
Decimal 53 36 108
Binary 110101 100100 1101100
Octal 65 44 154

Shades and tints

Shades of #35246C

#35246C
(53,36,108)
#312163
(49,33,99)
#2D1E5A
(45,30,90)
#291B51
(41,27,81)
#251848
(37,24,72)
#21153F
(33,21,63)
#1D1236
(29,18,54)
#190F2D
(25,15,45)
#150C24
(21,12,36)
#11091B
(17,9,27)
#0D0612
(13,6,18)
#000000
(0,0,0)

Tints of #35246C

#35246C
(53,36,108)
#473779
(71,55,121)
#594A86
(89,74,134)
#6B5D93
(107,93,147)
#7D70A0
(125,112,160)
#8F83AD
(143,131,173)
#A196BA
(161,150,186)
#B3A9C7
(179,169,199)
#C5BCD4
(197,188,212)
#D7CFE1
(215,207,225)
#E9E2EE
(233,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35246C color. Also use rgb(53,36,108) instead hex code.

Text Font Color

.myTextColor { color: #35246C; }

<p style="color:#35246C">This sample text font color is #35246C.</p>

This text font color is #35246C.

Background Color

.myBgColor { background-color: #35246C; }

<div style="background-color:#35246C">Inner text</div>

This div background color is #35246C.

Border color

.myBorderColor { border: 1px solid #35246C; }

<div style="border:3px solid #35246C">Div</div>

This div border color is #35246C.

Opacity

.myOpacity80 { color: #35246C; opacity: 0.8; }

<p style="color:#35246C;opacity:0.8;">80%</p>

Text with #35246C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35246C;}

<p style="text-shadow: 3px 3px 1px #35246C">Text here.</p>

This text has shadow with #35246C color.


.textShadow {text-shadow: 3px 3px 1px #35246C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35246C, 5px 5px 20px red">Text here.</p>

This text has shadow with #35246C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35246C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35246C, Direction=45, Strength=4)">Text</p>

This text has shadow with #35246C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #35246C;
-webkit-box-shadow: 1px 1px 3px 2px #35246C;
box-shadow: 1px 1px 3px 2px #35246C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35246C; -webkit-box-shadow: 1px 1px 3px 2px #35246C; box-shadow:1px 1px 3px 2px #35246C;">
Div content here
</div>

This div box has shadow with color #35246C.

Preview

Color preview on black background

This text has color #35246C on black background.


Color preview on white background

This text has color #35246C on white background.


Black color preview on #35246C background

This text has black color on #35246C background.


White color preview on #35246C background

This text has white color on #35246C background.


Related colors

Complementary color

Complementary color for #hex is #CADB93.


I love getcolorcode.com

Triadic colors

1 #6C3524 and #246C35 with #35246C are triadic colors.

2 #6C2435 and #24356C with #35246C are triadic colors.