Html Css Color HEX #372898 Dark Slate Blue

📋 copy color: '#372898'

red 55 ◦ green 40 ◦ blue 152

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

Shades of Dark Slate Blue #372898

Tints of Dark Slate Blue #372898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 22.27%
G = 16.19%
B = 61.54%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#372898 (or 0x372898) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 98. RGB value is (55,40,152). Sum of RGB (Red+Green+Blue) = 55+40+152=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #372898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372898 is #C8D767. Grayscale: #383838. Windows color (decimal): -13162344 or 9971767. OLE color: 9971767.

HSL color Cylindrical-coordinate representation of color #372898: hue angle of 248.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372898 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 40 152 -
CMYK 0.64 0.74 0 0.40
HSL 248.04º 0.58% 0.38% -
HSV(B) 248.04º 0.74% 0.6% -
XYZ 8 4.6 30.17 -
YUV 57.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 55 40 152 0.64 0.74 0 0.40 248.04 0.58 0.38
Hex 37 28 98 40 4A 0 28 F8 3A 26
Octal 67 50 230 100 112 0 50 370 72 46
Binary 110111 101000 10011000 1000000 1001010 0 101000 11111000 111010 100110

Color Harmonies of #372898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372898

Black with #372898

Text Example


Text Example

White with #372898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372898; }

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

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

background-color css

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

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

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

border-color css

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

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

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