#372F94

Color #372F94 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #372F94

Tints of Dark Slate Blue #372F94

Color information

#372F94 (or 0x372F94) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2F and 94. RGB value is (55,47,148). Sum of RGB (Red+Green+Blue) = 55+47+148=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #372F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372F94 is #C8D06B. Grayscale: #3C3C3C. Windows color (decimal): -13160556 or 9711415. OLE color: 9711415.

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

Color convert

RGB5547148-
CMYK0.630.6800.42
HSL244.75º51.79%38.24%-
HSV(B)244.75º68.24%58.04%-
XYZ7.944.9828.56-
YUV60.91177.15123.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=22%
G=18.8%
B=59.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55471480.630.6800.42244.7551.7938.24
Hex372F943F4402Af53426
Octal6757224771040523656446
Binary110111101111100101001111111000100010101011110101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #372F94;
 }
 .AnyTagClassName
 {
   color: #372F94;
 }
</style>
background-color css

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

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

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

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

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

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