#371FAF

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

Shades of Blue Gem #371FAF

Tints of Blue Gem #371FAF

Color information

#371FAF (or 0x371FAF) is unknown color: approx Blue Gem. HEX triplet: 37, 1F and AF. RGB value is (55,31,175). Sum of RGB (Red+Green+Blue) = 55+31+175=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #371FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FAF is #C8E050. Grayscale: #363636. Windows color (decimal): -13164625 or 11476791. OLE color: 11476791.

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

Color convert

RGB5531175-
CMYK0.690.8200.31
HSL250º69.9%40.39%-
HSV(B)250º82.29%68.63%-
XYZ9.84.8940.98-
YUV54.59195.95128.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 175 (68.75% from 255) = 67.05%
R=21.07%
G=11.88%
B=67.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55311750.690.8200.3125069.940.39
Hex371FAF455201Ffa4628
Octal673725710512203737210650
Binary110111111111010111110001011010010011111111110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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