#372EA3

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

Shades of Blue Gem #372EA3

Tints of Blue Gem #372EA3

Color information

#372EA3 (or 0x372EA3) is unknown color: approx Blue Gem. HEX triplet: 37, 2E and A3. RGB value is (55,46,163). Sum of RGB (Red+Green+Blue) = 55+46+163=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 163 (64.06% from 255 or 61.74% from 264); Max value from RGB is 163 - color contains mainly: blue. Hex color #372EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EA3 is #C8D15C. Grayscale: #3D3D3D. Windows color (decimal): -13160797 or 10694199. OLE color: 10694199.

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

Color convert

RGB5546163-
CMYK0.660.7200.36
HSL244.62º55.98%40.98%-
HSV(B)244.62º71.78%63.92%-
XYZ9.165.4135.21-
YUV62.03184.98122.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 163 (64.06% from 255) = 61.74%
R=20.83%
G=17.42%
B=61.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55461630.660.7200.36244.6255.9840.98
Hex372EA34248024f53829
Octal67562431021100443657051
Binary1101111011101010001110000101001000010010011110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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