#372EAB

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

Shades of Blue Gem #372EAB

Tints of Blue Gem #372EAB

Color information

#372EAB (or 0x372EAB) is unknown color: approx Blue Gem. HEX triplet: 37, 2E and AB. RGB value is (55,46,171). Sum of RGB (Red+Green+Blue) = 55+46+171=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #372EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EAB is #C8D154. Grayscale: #3E3E3E. Windows color (decimal): -13160789 or 11218487. OLE color: 11218487.

HSL color Cylindrical-coordinate representation of color #372EAB: hue angle of 244.32º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372EAB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5546171-
CMYK0.680.7300.33
HSL244.32º57.6%42.55%-
HSV(B)244.32º73.1%67.06%-
XYZ9.95.7139.11-
YUV62.94188.98122.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 171 (67.19% from 255) = 62.87%
R=20.22%
G=16.91%
B=62.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55461710.680.7300.33244.3257.642.55
Hex372EAB4449021f43a2b
Octal67562531041110413647253
Binary1101111011101010101110001001001001010000111110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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