Html Css Color HEX #373C9E Dark Slate Blue

📋 copy color: '#373C9E'

red 55 ◦ green 60 ◦ blue 158

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

Shades of Dark Slate Blue #373C9E

Tints of Dark Slate Blue #373C9E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 20.15%
G = 21.98%
B = 57.88%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#373C9E (or 0x373C9E) is known color: Dark Slate Blue. HEX triplet: 37, 3C and 9E. RGB value is (55,60,158). Sum of RGB (Red+Green+Blue) = 55+60+158=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #373C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C9E is #C8C361. Grayscale: #454545. Windows color (decimal): -13157218 or 10370103. OLE color: 10370103.

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

Color convert

RGB 55 60 158 -
CMYK 0.65 0.62 0 0.38
HSL 237.09º 0.48% 0.42% -
HSV(B) 237.09º 0.65% 0.62% -
XYZ 9.36 6.51 33.11 -
YUV 69.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 55 60 158 0.65 0.62 0 0.38 237.09 0.48 0.42
Hex 37 3C 9E 41 3E 0 26 ED 30 2A
Octal 67 74 236 101 76 0 46 355 60 52
Binary 110111 111100 10011110 1000001 111110 0 100110 11101101 110000 101010

Color Harmonies of #373C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C9E

Black with #373C9E

Text Example


Text Example

White with #373C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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