#3C35AE

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

Shades of Blue Gem #3C35AE

Tints of Blue Gem #3C35AE

Color information

#3C35AE (or 0x3C35AE) is unknown color: approx Blue Gem. HEX triplet: 3C, 35 and AE. RGB value is (60,53,174). Sum of RGB (Red+Green+Blue) = 60+53+174=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C35AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C35AE is #C3CA51. Grayscale: #444444. Windows color (decimal): -12831314 or 11416892. OLE color: 11416892.

HSL color Cylindrical-coordinate representation of color #3C35AE: hue angle of 243.47º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C35AE is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6053174-
CMYK0.660.7000.32
HSL243.47º53.3%44.51%-
HSV(B)243.47º69.54%68.24%-
XYZ10.786.5640.74-
YUV68.89187.32121.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=20.91%
G=18.47%
B=60.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60531740.660.7000.32243.4753.344.51
Hex3C35AE4246020f3352d
Octal74652561021060403636555
Binary1111001101011010111010000101000110010000011110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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