#3C35A9

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

Shades of Blue Gem #3C35A9

Tints of Blue Gem #3C35A9

Color information

#3C35A9 (or 0x3C35A9) is unknown color: approx Blue Gem. HEX triplet: 3C, 35 and A9. RGB value is (60,53,169). Sum of RGB (Red+Green+Blue) = 60+53+169=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C35A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C35A9 is #C3CA56. Grayscale: #434343. Windows color (decimal): -12831319 or 11089212. OLE color: 11089212.

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

Color convert

RGB6053169-
CMYK0.640.6900.34
HSL243.62º52.25%43.53%-
HSV(B)243.62º68.64%66.27%-
XYZ10.36.3738.22-
YUV68.32184.82122.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 169 (66.41% from 255) = 59.93%
R=21.28%
G=18.79%
B=59.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60531690.640.6900.34243.6252.2543.53
Hex3C35A94045022f4342c
Octal74652511001050423646454
Binary1111001101011010100110000001000101010001011110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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