#371CA3

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

Shades of Blue Gem #371CA3

Tints of Blue Gem #371CA3

Color information

#371CA3 (or 0x371CA3) is unknown color: approx Blue Gem. HEX triplet: 37, 1C and A3. RGB value is (55,28,163). Sum of RGB (Red+Green+Blue) = 55+28+163=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #371CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371CA3 is #C8E35C. Grayscale: #323232. Windows color (decimal): -13165405 or 10689591. OLE color: 10689591.

HSL color Cylindrical-coordinate representation of color #371CA3: hue angle of 252º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371CA3 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5528163-
CMYK0.660.8300.36
HSL252º70.68%37.45%-
HSV(B)252º82.82%63.92%-
XYZ8.64.2935.02-
YUV51.46190.95130.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 163 (64.06% from 255) = 66.26%
R=22.36%
G=11.38%
B=66.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55281630.660.8300.3625270.6837.45
Hex371CA34253024fc4725
Octal673424310212304437410745
Binary1101111110010100011100001010100110100100111111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,28,163); }

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

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

 a { background-color: rgb(55,28,163); }

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

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

 span { border-color: rgb(55,28,163); }

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