#372A9C

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

Shades of Dark Slate Blue #372A9C

Tints of Dark Slate Blue #372A9C

Color information

#372A9C (or 0x372A9C) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2A and 9C. RGB value is (55,42,156). Sum of RGB (Red+Green+Blue) = 55+42+156=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #372A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372A9C is #C8D563. Grayscale: #3A3A3A. Windows color (decimal): -13161828 or 10234423. OLE color: 10234423.

HSL color Cylindrical-coordinate representation of color #372A9C: hue angle of 246.84º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372A9C is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5542156-
CMYK0.650.7300.39
HSL246.84º57.58%38.82%-
HSV(B)246.84º73.08%61.18%-
XYZ8.44.8731.95-
YUV58.88182.81125.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=21.74%
G=16.60%
B=61.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55421560.650.7300.39246.8457.5838.82
Hex372A9C4149027f73a27
Octal67522341011110473677247
Binary1101111010101001110010000011001001010011111110111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,42,156); }

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

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

 a { background-color: rgb(55,42,156); }

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

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

 span { border-color: rgb(55,42,156); }

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