#3B2097

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

Shades of Blue Gem #3B2097

Tints of Blue Gem #3B2097

Color information

#3B2097 (or 0x3B2097) is unknown color: approx Blue Gem. HEX triplet: 3B, 20 and 97. RGB value is (59,32,151). Sum of RGB (Red+Green+Blue) = 59+32+151=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B2097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2097 is #C4DF68. Grayscale: #353535. Windows color (decimal): -12902249 or 9904187. OLE color: 9904187.

HSL color Cylindrical-coordinate representation of color #3B2097: hue angle of 253.61º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2097 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5932151-
CMYK0.610.7900.41
HSL253.61º65.03%35.88%-
HSV(B)253.61º78.81%59.22%-
XYZ7.914.229.67-
YUV53.64182.95131.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=24.38%
G=13.22%
B=62.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59321510.610.7900.41253.6165.0335.88
Hex3B20973D4F029fe4124
Octal73402277511705137610144
Binary1110111000001001011111110110011110101001111111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2097; }

 p { color: rgb(59,32,151); }

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

<style>
 a { background-color: #3B2097; }

 a { background-color: rgb(59,32,151); }

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

<style>
 span { border-color: #3B2097; }

 span { border-color: rgb(59,32,151); }

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