Html Css Color HEX #372B9E Dark Slate Blue

📋 copy color: '#372B9E'

red 55 ◦ green 43 ◦ blue 158

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

Shades of Dark Slate Blue #372B9E

Tints of Dark Slate Blue #372B9E

RGB

 RED value IS 55 (21.88% from 255) = 21.48%

 GREEN value IS 43 (17.19% from 255) = 16.8%

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

R = 21.48%
G = 16.8%
B = 61.72%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#372B9E (or 0x372B9E) is known color: Dark Slate Blue. HEX triplet: 37, 2B and 9E. RGB value is (55,43,158). Sum of RGB (Red+Green+Blue) = 55+43+158=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #372B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372B9E is #C8D461. Grayscale: #3B3B3B. Windows color (decimal): -13161570 or 10365751. OLE color: 10365751.

HSL color Cylindrical-coordinate representation of color #372B9E: hue angle of 246.26º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372B9E is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 43 158 -
CMYK 0.65 0.73 0 0.38
HSL 246.26º 0.57% 0.39% -
HSV(B) 246.26º 0.73% 0.62% -
XYZ 8.61 5.01 32.86 -
YUV 59.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 55 43 158 0.65 0.73 0 0.38 246.26 0.57 0.39
Hex 37 2B 9E 41 49 0 26 F6 39 27
Octal 67 53 236 101 111 0 46 366 71 47
Binary 110111 101011 10011110 1000001 1001001 0 100110 11110110 111001 100111

Color Harmonies of #372B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B9E

Black with #372B9E

Text Example


Text Example

White with #372B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372B9E; }

 p { color: rgb(55,43,158); }

 H1.HeaderClassName
 {
   color: #372B9E;
 }
 .AnyTagClassName
 {
   color: #372B9E;
 }
</style>

background-color css

<style>
 a { background-color: #372B9E; }

 a { background-color: rgb(55,43,158); }

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

border-color css

<style>
 span { border-color: #372B9E; }

 span { border-color: rgb(55,43,158); }

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