#3C2293

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

Shades of Blue Gem #3C2293

Tints of Blue Gem #3C2293

Color information

#3C2293 (or 0x3C2293) is unknown color: approx Blue Gem. HEX triplet: 3C, 22 and 93. RGB value is (60,34,147). Sum of RGB (Red+Green+Blue) = 60+34+147=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2293 is #C3DD6C. Grayscale: #363636. Windows color (decimal): -12836205 or 9642556. OLE color: 9642556.

HSL color Cylindrical-coordinate representation of color #3C2293: hue angle of 253.81º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2293 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6034147-
CMYK0.590.7700.42
HSL253.81º62.43%35.49%-
HSV(B)253.81º76.87%57.65%-
XYZ7.74.2128.01-
YUV54.66180.11131.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=24.90%
G=14.11%
B=61.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60341470.590.7700.42253.8162.4335.49
Hex3C22933B4D02Afe3e23
Octal7442223731150523767643
Binary111100100010100100111110111001101010101011111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,34,147); }

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

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

 a { background-color: rgb(60,34,147); }

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

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

 span { border-color: rgb(60,34,147); }

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