Html Css Color HEX #372F98 Dark Slate Blue

📋 copy color: '#372F98'

red 55 ◦ green 47 ◦ blue 152

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

Shades of Dark Slate Blue #372F98

Tints of Dark Slate Blue #372F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 21.65%
G = 18.5%
B = 59.84%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#372F98 (or 0x372F98) is known color: Dark Slate Blue. HEX triplet: 37, 2F and 98. RGB value is (55,47,152). Sum of RGB (Red+Green+Blue) = 55+47+152=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #372F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372F98 is #C8D067. Grayscale: #3C3C3C. Windows color (decimal): -13160552 or 9973559. OLE color: 9973559.

HSL color Cylindrical-coordinate representation of color #372F98: hue angle of 244.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372F98 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 47 152 -
CMYK 0.64 0.69 0 0.40
HSL 244.57º 0.53% 0.39% -
HSV(B) 244.57º 0.69% 0.6% -
XYZ 8.26 5.11 30.26 -
YUV 61.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 55 47 152 0.64 0.69 0 0.40 244.57 0.53 0.39
Hex 37 2F 98 40 45 0 28 F5 35 27
Octal 67 57 230 100 105 0 50 365 65 47
Binary 110111 101111 10011000 1000000 1000101 0 101000 11110101 110101 100111

Color Harmonies of #372F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F98

Black with #372F98

Text Example


Text Example

White with #372F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,152); }

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

background-color css

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

 a { background-color: rgb(55,47,152); }

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

border-color css

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

 span { border-color: rgb(55,47,152); }

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