Html Css Color HEX #372D9E Dark Slate Blue

📋 copy color: '#372D9E'

red 55 ◦ green 45 ◦ blue 158

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

Shades of Dark Slate Blue #372D9E

Tints of Dark Slate Blue #372D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

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

R = 21.32%
G = 17.44%
B = 61.24%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#372D9E (or 0x372D9E) is known color: Dark Slate Blue. HEX triplet: 37, 2D and 9E. RGB value is (55,45,158). Sum of RGB (Red+Green+Blue) = 55+45+158=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #372D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D9E is #C8D261. Grayscale: #3C3C3C. Windows color (decimal): -13161058 or 10366263. OLE color: 10366263.

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

Color convert

RGB 55 45 158 -
CMYK 0.65 0.72 0 0.38
HSL 245.31º 0.56% 0.4% -
HSV(B) 245.31º 0.72% 0.62% -
XYZ 8.69 5.16 32.89 -
YUV 60.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 55 45 158 0.65 0.72 0 0.38 245.31 0.56 0.4
Hex 37 2D 9E 41 48 0 26 F5 38 28
Octal 67 55 236 101 110 0 46 365 70 50
Binary 110111 101101 10011110 1000001 1001000 0 100110 11110101 111000 101000

Color Harmonies of #372D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D9E

Black with #372D9E

Text Example


Text Example

White with #372D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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