#3C35A8

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

Shades of Blue Gem #3C35A8

Tints of Blue Gem #3C35A8

Color information

#3C35A8 (or 0x3C35A8) is unknown color: approx Blue Gem. HEX triplet: 3C, 35 and A8. RGB value is (60,53,168). Sum of RGB (Red+Green+Blue) = 60+53+168=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C35A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C35A8 is #C3CA57. Grayscale: #434343. Windows color (decimal): -12831320 or 11023676. OLE color: 11023676.

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

Color convert

RGB6053168-
CMYK0.640.6800.34
HSL243.65º52.04%43.33%-
HSV(B)243.65º68.45%65.88%-
XYZ10.26.3337.73-
YUV68.2184.32122.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 168 (66.02% from 255) = 59.79%
R=21.35%
G=18.86%
B=59.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60531680.640.6800.34243.6552.0443.33
Hex3C35A84044022f4342b
Octal74652501001040423646453
Binary1111001101011010100010000001000100010001011110100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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