#3C309C

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

Shades of Blue Gem #3C309C

Tints of Blue Gem #3C309C

Color information

#3C309C (or 0x3C309C) is unknown color: approx Blue Gem. HEX triplet: 3C, 30 and 9C. RGB value is (60,48,156). Sum of RGB (Red+Green+Blue) = 60+48+156=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C309C is #C3CF63. Grayscale: #3F3F3F. Windows color (decimal): -12832612 or 10235964. OLE color: 10235964.

HSL color Cylindrical-coordinate representation of color #3C309C: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C309C is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6048156-
CMYK0.620.6900.39
HSL246.67º52.94%40%-
HSV(B)246.67º69.23%61.18%-
XYZ8.925.4732.04-
YUV63.9179.98125.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.73%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=22.73%
G=18.18%
B=59.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60481560.620.6900.39246.6752.9440
Hex3C309C3E45027f73528
Octal7460234761050473676550
Binary111100110000100111001111101000101010011111110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,156); }

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

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

 a { background-color: rgb(60,48,156); }

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

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

 span { border-color: rgb(60,48,156); }

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