Html Css Color HEX #373B9E Dark Slate Blue

📋 copy color: '#373B9E'

red 55 ◦ green 59 ◦ blue 158

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

Shades of Dark Slate Blue #373B9E

Tints of Dark Slate Blue #373B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

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

R = 20.22%
G = 21.69%
B = 58.09%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#373B9E (or 0x373B9E) is known color: Dark Slate Blue. HEX triplet: 37, 3B and 9E. RGB value is (55,59,158). Sum of RGB (Red+Green+Blue) = 55+59+158=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #373B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B9E is #C8C461. Grayscale: #444444. Windows color (decimal): -13157474 or 10369847. OLE color: 10369847.

HSL color Cylindrical-coordinate representation of color #373B9E: hue angle of 237.67º 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 #373B9E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 59 158 -
CMYK 0.65 0.63 0 0.38
HSL 237.67º 0.48% 0.42% -
HSV(B) 237.67º 0.65% 0.62% -
XYZ 9.31 6.41 33.09 -
YUV 69.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 55 59 158 0.65 0.63 0 0.38 237.67 0.48 0.42
Hex 37 3B 9E 41 3F 0 26 EE 30 2A
Octal 67 73 236 101 77 0 46 356 60 52
Binary 110111 111011 10011110 1000001 111111 0 100110 11101110 110000 101010

Color Harmonies of #373B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B9E

Black with #373B9E

Text Example


Text Example

White with #373B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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