#371EAB

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

Shades of Blue Gem #371EAB

Tints of Blue Gem #371EAB

Color information

#371EAB (or 0x371EAB) is unknown color: approx Blue Gem. HEX triplet: 37, 1E and AB. RGB value is (55,30,171). Sum of RGB (Red+Green+Blue) = 55+30+171=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #371EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371EAB is #C8E154. Grayscale: #353535. Windows color (decimal): -13164885 or 11214391. OLE color: 11214391.

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

Color convert

RGB5530171-
CMYK0.680.8200.33
HSL250.64º70.15%39.41%-
HSV(B)250.64º82.46%67.06%-
XYZ9.394.6838.94-
YUV53.55194.28129.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 171 (67.19% from 255) = 66.80%
R=21.48%
G=11.72%
B=66.80%

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
Decimal55301710.680.8200.33250.6470.1539.41
Hex371EAB4452021fb4627
Octal673625310412204137310647
Binary1101111111010101011100010010100100100001111110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,171); }

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

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

 a { background-color: rgb(55,30,171); }

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

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

 span { border-color: rgb(55,30,171); }

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