#3C1CA9

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

Shades of Blue Gem #3C1CA9

Tints of Blue Gem #3C1CA9

Color information

#3C1CA9 (or 0x3C1CA9) is unknown color: approx Blue Gem. HEX triplet: 3C, 1C and A9. RGB value is (60,28,169). Sum of RGB (Red+Green+Blue) = 60+28+169=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C1CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1CA9 is #C3E356. Grayscale: #353535. Windows color (decimal): -12837719 or 11082812. OLE color: 11082812.

HSL color Cylindrical-coordinate representation of color #3C1CA9: hue angle of 253.62º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C1CA9 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6028169-
CMYK0.640.8300.34
HSL253.62º71.57%38.63%-
HSV(B)253.62º83.43%66.27%-
XYZ9.444.6637.94-
YUV53.64193.1132.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=23.35%
G=10.89%
B=65.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60281690.640.8300.34253.6271.5738.63
Hex3C1CA94053022fe4827
Octal743425110012304237611047
Binary1111001110010101001100000010100110100010111111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,28,169); }

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

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

 a { background-color: rgb(60,28,169); }

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

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

 span { border-color: rgb(60,28,169); }

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