#3C2391

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

Shades of Blue Gem #3C2391

Tints of Blue Gem #3C2391

Color information

#3C2391 (or 0x3C2391) is unknown color: approx Blue Gem. HEX triplet: 3C, 23 and 91. RGB value is (60,35,145). Sum of RGB (Red+Green+Blue) = 60+35+145=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C2391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2391 is #C3DC6E. Grayscale: #363636. Windows color (decimal): -12835951 or 9511740. OLE color: 9511740.

HSL color Cylindrical-coordinate representation of color #3C2391: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2391 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6035145-
CMYK0.590.7600.43
HSL253.64º61.11%35.29%-
HSV(B)253.64º75.86%56.86%-
XYZ7.584.2127.2-
YUV55.02178.78131.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 145 (57.03% from 255) = 60.42%
R=25%
G=14.58%
B=60.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60351450.590.7600.43253.6461.1135.29
Hex3C23913B4C02Bfe3d23
Octal7443221731140533767543
Binary111100100011100100011110111001100010101111111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,145); }

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

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

 a { background-color: rgb(60,35,145); }

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

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

 span { border-color: rgb(60,35,145); }

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