Html Css Color HEX #32369E Dark Slate Blue

📋 copy color: '#32369E'

red 50 ◦ green 54 ◦ blue 158

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

Shades of Dark Slate Blue #32369E

Tints of Dark Slate Blue #32369E

RGB

 RED value IS 50 (19.92% from 255) = 19.08%

 GREEN value IS 54 (21.48% from 255) = 20.61%

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 19.08%
G = 20.61%
B = 60.31%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32369E (or 0x32369E) is known color: Dark Slate Blue. HEX triplet: 32, 36 and 9E. RGB value is (50,54,158). Sum of RGB (Red+Green+Blue) = 50+54+158=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #32369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32369E is #CDC961. Grayscale: #404040. Windows color (decimal): -13486434 or 10368562. OLE color: 10368562.

HSL color Cylindrical-coordinate representation of color #32369E: hue angle of 237.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32369E is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 54 158 -
CMYK 0.68 0.66 0 0.38
HSL 237.78º 0.52% 0.41% -
HSV(B) 237.78º 0.68% 0.62% -
XYZ 8.81 5.79 33 -
YUV 64.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 50 54 158 0.68 0.66 0 0.38 237.78 0.52 0.41
Hex 32 36 9E 44 42 0 26 EE 34 29
Octal 62 66 236 104 102 0 46 356 64 51
Binary 110010 110110 10011110 1000100 1000010 0 100110 11101110 110100 101001

Color Harmonies of #32369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32369E

Black with #32369E

Text Example


Text Example

White with #32369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32369E; }

 p { color: rgb(50,54,158); }

 H1.HeaderClassName
 {
   color: #32369E;
 }
 .AnyTagClassName
 {
   color: #32369E;
 }
</style>

background-color css

<style>
 a { background-color: #32369E; }

 a { background-color: rgb(50,54,158); }

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

border-color css

<style>
 span { border-color: #32369E; }

 span { border-color: rgb(50,54,158); }

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