Html Css Color HEX #372F8B Dark Slate Blue

📋 copy color: '#372F8B'

red 55 ◦ green 47 ◦ blue 139

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

Shades of Dark Slate Blue #372F8B

Tints of Dark Slate Blue #372F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 22.82%
G = 19.5%
B = 57.68%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#372F8B (or 0x372F8B) is known color: Dark Slate Blue. HEX triplet: 37, 2F and 8B. RGB value is (55,47,139). Sum of RGB (Red+Green+Blue) = 55+47+139=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #372F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372F8B is #C8D074. Grayscale: #3B3B3B. Windows color (decimal): -13160565 or 9121591. OLE color: 9121591.

HSL color Cylindrical-coordinate representation of color #372F8B: hue angle of 245.22º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372F8B is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 47 139 -
CMYK 0.60 0.66 0 0.45
HSL 245.22º 0.49% 0.36% -
HSV(B) 245.22º 0.66% 0.55% -
XYZ 7.25 4.71 24.95 -
YUV 59.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 55 47 139 0.60 0.66 0 0.45 245.22 0.49 0.36
Hex 37 2F 8B 3C 42 0 2D F5 31 24
Octal 67 57 213 74 102 0 55 365 61 44
Binary 110111 101111 10001011 111100 1000010 0 101101 11110101 110001 100100

Color Harmonies of #372F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F8B

Black with #372F8B

Text Example


Text Example

White with #372F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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