Html Css Color HEX #37389E Dark Slate Blue

📋 copy color: '#37389E'

red 55 ◦ green 56 ◦ blue 158

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

Shades of Dark Slate Blue #37389E

Tints of Dark Slate Blue #37389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

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

R = 20.45%
G = 20.82%
B = 58.74%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37389E (or 0x37389E) is known color: Dark Slate Blue. HEX triplet: 37, 38 and 9E. RGB value is (55,56,158). Sum of RGB (Red+Green+Blue) = 55+56+158=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #37389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37389E is #C8C761. Grayscale: #424242. Windows color (decimal): -13158242 or 10369079. OLE color: 10369079.

HSL color Cylindrical-coordinate representation of color #37389E: hue angle of 239.42º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37389E is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 56 158 -
CMYK 0.65 0.65 0 0.38
HSL 239.42º 0.48% 0.42% -
HSV(B) 239.42º 0.65% 0.62% -
XYZ 9.16 6.11 33.04 -
YUV 67.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 55 56 158 0.65 0.65 0 0.38 239.42 0.48 0.42
Hex 37 38 9E 41 41 0 26 EF 30 2A
Octal 67 70 236 101 101 0 46 357 60 52
Binary 110111 111000 10011110 1000001 1000001 0 100110 11101111 110000 101010

Color Harmonies of #37389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37389E

Black with #37389E

Text Example


Text Example

White with #37389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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