#372ea5

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

Shades of Blue Gem #372EA5

Tints of Blue Gem #372EA5

Color information

#372EA5 (or 0x372EA5) is unknown color: approx Blue Gem. HEX triplet: 37, 2E and A5. RGB value is (55,46,165). Sum of RGB (Red+Green+Blue) = 55+46+165=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #372EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EA5 is #C8D15A. Grayscale: #3D3D3D. Windows color (decimal): -13160795 or 10825271. OLE color: 10825271.

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

Color convert

RGB5546165-
CMYK0.670.7200.35
HSL244.54º56.4%41.37%-
HSV(B)244.54º72.12%64.71%-
XYZ9.345.4836.16-
YUV62.26185.98122.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 165 (64.84% from 255) = 62.03%
R=20.68%
G=17.29%
B=62.03%

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
Decimal55461650.670.7200.35244.5456.441.37
Hex372EA54348023f53829
Octal67562451031100433657051
Binary1101111011101010010110000111001000010001111110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372ea5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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