#372EA7

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

Shades of Blue Gem #372EA7

Tints of Blue Gem #372EA7

Color information

#372EA7 (or 0x372EA7) is unknown color: approx Blue Gem. HEX triplet: 37, 2E and A7. RGB value is (55,46,167). Sum of RGB (Red+Green+Blue) = 55+46+167=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #372EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EA7 is #C8D158. Grayscale: #3E3E3E. Windows color (decimal): -13160793 or 10956343. OLE color: 10956343.

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

Color convert

RGB5546167-
CMYK0.670.7200.35
HSL244.46º56.81%41.76%-
HSV(B)244.46º72.46%65.49%-
XYZ9.535.5637.13-
YUV62.48186.98122.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 167 (65.62% from 255) = 62.31%
R=20.52%
G=17.16%
B=62.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal55461670.670.7200.35244.4656.8141.76
Hex372EA74348023f4392a
Octal67562471031100433647152
Binary1101111011101010011110000111001000010001111110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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