#3C2492

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

Shades of Blue Gem #3C2492

Tints of Blue Gem #3C2492

Color information

#3C2492 (or 0x3C2492) is unknown color: approx Blue Gem. HEX triplet: 3C, 24 and 92. RGB value is (60,36,146). Sum of RGB (Red+Green+Blue) = 60+36+146=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2492 is #C3DB6D. Grayscale: #373737. Windows color (decimal): -12835694 or 9577532. OLE color: 9577532.

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

Color convert

RGB6036146-
CMYK0.590.7500.43
HSL253.09º60.44%35.69%-
HSV(B)253.09º75.34%57.25%-
XYZ7.684.327.62-
YUV55.72178.95131.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=24.79%
G=14.88%
B=60.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60361460.590.7500.43253.0960.4435.69
Hex3C24923B4B02Bfd3c24
Octal7444222731130533757444
Binary111100100100100100101110111001011010101111111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,36,146); }

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

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

 a { background-color: rgb(60,36,146); }

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

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

 span { border-color: rgb(60,36,146); }

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