#3C2796

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

Shades of Blue Gem #3C2796

Tints of Blue Gem #3C2796

Color information

#3C2796 (or 0x3C2796) is unknown color: approx Blue Gem. HEX triplet: 3C, 27 and 96. RGB value is (60,39,150). Sum of RGB (Red+Green+Blue) = 60+39+150=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C2796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2796 is #C3D869. Grayscale: #393939. Windows color (decimal): -12834922 or 9840444. OLE color: 9840444.

HSL color Cylindrical-coordinate representation of color #3C2796: hue angle of 251.35º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2796 is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6039150-
CMYK0.60.7400.41
HSL251.35º58.73%37.06%-
HSV(B)251.35º74%58.82%-
XYZ8.094.6129.32-
YUV57.93179.96129.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=24.10%
G=15.66%
B=60.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60391500.60.7400.41251.3558.7337.06
Hex3C27963C4A029fb3b25
Octal7447226741120513737345
Binary111100100111100101101111001001010010100111111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,150); }

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

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

 a { background-color: rgb(60,39,150); }

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

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

 span { border-color: rgb(60,39,150); }

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