#372EA2

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

Shades of Dark Slate Blue #372EA2

Tints of Dark Slate Blue #372EA2

Color information

#372EA2 (or 0x372EA2) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2E and A2. RGB value is (55,46,162). Sum of RGB (Red+Green+Blue) = 55+46+162=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #372EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EA2 is #C8D15D. Grayscale: #3D3D3D. Windows color (decimal): -13160798 or 10628663. OLE color: 10628663.

HSL color Cylindrical-coordinate representation of color #372EA2: hue angle of 244.66º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372EA2 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5546162-
CMYK0.660.7200.36
HSL244.66º55.77%40.78%-
HSV(B)244.66º71.6%63.53%-
XYZ9.075.3734.74-
YUV61.92184.48123.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 162 (63.67% from 255) = 61.60%
R=20.91%
G=17.49%
B=61.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55461620.660.7200.36244.6655.7740.78
Hex372EA24248024f53829
Octal67562421021100443657051
Binary1101111011101010001010000101001000010010011110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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