Html Css Color HEX #372E92 Dark Slate Blue

📋 copy color: '#372E92'

red 55 ◦ green 46 ◦ blue 146

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

Shades of Dark Slate Blue #372E92

Tints of Dark Slate Blue #372E92

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.62%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 22.27%
G = 18.62%
B = 59.11%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#372E92 (or 0x372E92) is known color: Dark Slate Blue. HEX triplet: 37, 2E and 92. RGB value is (55,46,146). Sum of RGB (Red+Green+Blue) = 55+46+146=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #372E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E92 is #C8D16D. Grayscale: #3B3B3B. Windows color (decimal): -13160814 or 9580087. OLE color: 9580087.

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

Color convert

RGB 55 46 146 -
CMYK 0.62 0.68 0 0.43
HSL 245.4º 0.52% 0.38% -
HSV(B) 245.4º 0.68% 0.57% -
XYZ 7.74 4.84 27.72 -
YUV 60.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 55 46 146 0.62 0.68 0 0.43 245.4 0.52 0.38
Hex 37 2E 92 3E 44 0 2B F5 34 26
Octal 67 56 222 76 104 0 53 365 64 46
Binary 110111 101110 10010010 111110 1000100 0 101011 11110101 110100 100110

Color Harmonies of #372E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E92

Black with #372E92

Text Example


Text Example

White with #372E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,46,146); }

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

background-color css

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

 a { background-color: rgb(55,46,146); }

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

border-color css

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

 span { border-color: rgb(55,46,146); }

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