#371FAC

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

Shades of Blue Gem #371FAC

Tints of Blue Gem #371FAC

Color information

#371FAC (or 0x371FAC) is unknown color: approx Blue Gem. HEX triplet: 37, 1F and AC. RGB value is (55,31,172). Sum of RGB (Red+Green+Blue) = 55+31+172=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #371FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FAC is #C8E053. Grayscale: #353535. Windows color (decimal): -13164628 or 11280183. OLE color: 11280183.

HSL color Cylindrical-coordinate representation of color #371FAC: hue angle of 250.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371FAC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5531172-
CMYK0.680.8200.33
HSL250.21º69.46%39.8%-
HSV(B)250.21º81.98%67.45%-
XYZ9.514.7739.45-
YUV54.25194.45128.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 31 (12.5% from 255) = 12.02%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=21.32%
G=12.02%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55311720.680.8200.33250.2169.4639.8
Hex371FAC4452021fa4528
Octal673725410412204137210550
Binary1101111111110101100100010010100100100001111110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371FAC; }

 p { color: rgb(55,31,172); }

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

<style>
 a { background-color: #371FAC; }

 a { background-color: rgb(55,31,172); }

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

<style>
 span { border-color: #371FAC; }

 span { border-color: rgb(55,31,172); }

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