#372CA4

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

Shades of Blue Gem #372CA4

Tints of Blue Gem #372CA4

Color information

#372CA4 (or 0x372CA4) is unknown color: approx Blue Gem. HEX triplet: 37, 2C and A4. RGB value is (55,44,164). Sum of RGB (Red+Green+Blue) = 55+44+164=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #372CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372CA4 is #C8D35B. Grayscale: #3C3C3C. Windows color (decimal): -13161308 or 10759223. OLE color: 10759223.

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

Color convert

RGB5544164-
CMYK0.660.7300.36
HSL245.5º57.69%40.78%-
HSV(B)245.5º73.17%64.31%-
XYZ9.185.2935.66-
YUV60.97186.14123.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 164 (64.45% from 255) = 62.36%
R=20.91%
G=16.73%
B=62.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55441640.660.7300.36245.557.6940.78
Hex372CA44249024f63a29
Octal67542441021110443667251
Binary1101111011001010010010000101001001010010011110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,164); }

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

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

 a { background-color: rgb(55,44,164); }

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

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

 span { border-color: rgb(55,44,164); }

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