#3C2097

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

Shades of Blue Gem #3C2097

Tints of Blue Gem #3C2097

Color information

#3C2097 (or 0x3C2097) is unknown color: approx Blue Gem. HEX triplet: 3C, 20 and 97. RGB value is (60,32,151). Sum of RGB (Red+Green+Blue) = 60+32+151=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C2097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2097 is #C3DF68. Grayscale: #353535. Windows color (decimal): -12836713 or 9904188. OLE color: 9904188.

HSL color Cylindrical-coordinate representation of color #3C2097: hue angle of 254.12º 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 #3C2097 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6032151-
CMYK0.600.7900.41
HSL254.12º65.03%35.88%-
HSV(B)254.12º78.81%59.22%-
XYZ7.974.2329.67-
YUV53.94182.78132.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 151 (59.38% from 255) = 62.14%
R=24.69%
G=13.17%
B=62.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60321510.600.7900.41254.1265.0335.88
Hex3C20973C4F029fe4124
Octal74402277411705137610144
Binary1111001000001001011111110010011110101001111111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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