#372FAB

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

Shades of Blue Gem #372FAB

Tints of Blue Gem #372FAB

Color information

#372FAB (or 0x372FAB) is unknown color: approx Blue Gem. HEX triplet: 37, 2F and AB. RGB value is (55,47,171). Sum of RGB (Red+Green+Blue) = 55+47+171=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #372FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FAB is #C8D054. Grayscale: #3F3F3F. Windows color (decimal): -13160533 or 11218743. OLE color: 11218743.

HSL color Cylindrical-coordinate representation of color #372FAB: hue angle of 243.87º degrees, saturation: 0.57, 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 #372FAB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5547171-
CMYK0.680.7300.33
HSL243.87º56.88%42.75%-
HSV(B)243.87º72.51%67.06%-
XYZ9.945.7939.12-
YUV63.53188.65121.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=20.15%
G=17.22%
B=62.64%

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
Decimal55471710.680.7300.33243.8756.8842.75
Hex372FAB4449021f4392b
Octal67572531041110413647153
Binary1101111011111010101110001001001001010000111110100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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