Html Css Color HEX #35329B Dark Slate Blue

📋 copy color: '#35329B'

red 53 ◦ green 50 ◦ blue 155

#35329B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #35329B

Tints of Dark Slate Blue #35329B

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 20.54%
G = 19.38%
B = 60.08%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35329B (or 0x35329B) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 9B. RGB value is (53,50,155). Sum of RGB (Red+Green+Blue) = 53+50+155=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #35329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35329B is #CACD64. Grayscale: #3E3E3E. Windows color (decimal): -13290853 or 10170933. OLE color: 10170933.

HSL color Cylindrical-coordinate representation of color #35329B: hue angle of 241.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35329B is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 50 155 -
CMYK 0.66 0.68 0 0.39
HSL 241.71º 0.51% 0.4% -
HSV(B) 241.71º 0.68% 0.61% -
XYZ 8.53 5.4 31.6 -
YUV 62.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 53 50 155 0.66 0.68 0 0.39 241.71 0.51 0.4
Hex 35 32 9B 42 44 0 27 F2 33 28
Octal 65 62 233 102 104 0 47 362 63 50
Binary 110101 110010 10011011 1000010 1000100 0 100111 11110010 110011 101000

Color Harmonies of #35329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35329B

Black with #35329B

Text Example


Text Example

White with #35329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35329B; }

 p { color: rgb(53,50,155); }

 H1.HeaderClassName
 {
   color: #35329B;
 }
 .AnyTagClassName
 {
   color: #35329B;
 }
</style>

background-color css

<style>
 a { background-color: #35329B; }

 a { background-color: rgb(53,50,155); }

 div.DivClassName
 {
   background-color: #35329B;
 }
 .BgClassName
 {
   background-color: #35329B;
 }
</style>

border-color css

<style>
 span { border-color: #35329B; }

 span { border-color: rgb(53,50,155); }

 td.TdClassName
 {
   border-color: #35329B;
 }
 .TagClassName
 {
   border-color: #35329B;
 }
</style>