#372FA9

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

Shades of Blue Gem #372FA9

Tints of Blue Gem #372FA9

Color information

#372FA9 (or 0x372FA9) is unknown color: approx Blue Gem. HEX triplet: 37, 2F and A9. RGB value is (55,47,169). Sum of RGB (Red+Green+Blue) = 55+47+169=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #372FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FA9 is #C8D056. Grayscale: #3E3E3E. Windows color (decimal): -13160535 or 11087671. OLE color: 11087671.

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

Color convert

RGB5547169-
CMYK0.670.7200.34
HSL243.93º56.48%42.35%-
HSV(B)243.93º72.19%66.27%-
XYZ9.755.7138.12-
YUV63.3187.65122.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 47 (18.75% from 255) = 17.34%
BLUE value IS 169 (66.41% from 255) = 62.36%
R=20.30%
G=17.34%
B=62.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal55471690.670.7200.34243.9356.4842.35
Hex372FA94348022f4382a
Octal67572511031100423647052
Binary1101111011111010100110000111001000010001011110100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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