Html Css Color HEX #372E99 Dark Slate Blue

📋 copy color: '#372E99'

red 55 ◦ green 46 ◦ blue 153

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

Shades of Dark Slate Blue #372E99

Tints of Dark Slate Blue #372E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 21.65%
G = 18.11%
B = 60.24%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#372E99 (or 0x372E99) is known color: Dark Slate Blue. HEX triplet: 37, 2E and 99. RGB value is (55,46,153). Sum of RGB (Red+Green+Blue) = 55+46+153=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #372E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E99 is #C8D166. Grayscale: #3C3C3C. Windows color (decimal): -13160807 or 10038839. OLE color: 10038839.

HSL color Cylindrical-coordinate representation of color #372E99: hue angle of 245.05º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372E99 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 46 153 -
CMYK 0.64 0.70 0 0.4
HSL 245.05º 0.54% 0.39% -
HSV(B) 245.05º 0.7% 0.6% -
XYZ 8.3 5.07 30.68 -
YUV 60.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 55 46 153 0.64 0.70 0 0.4 245.05 0.54 0.39
Hex 37 2E 99 40 46 0 28 F5 36 27
Octal 67 56 231 100 106 0 50 365 66 47
Binary 110111 101110 10011001 1000000 1000110 0 101000 11110101 110110 100111

Color Harmonies of #372E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E99

Black with #372E99

Text Example


Text Example

White with #372E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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