#3C35AC

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

Shades of Blue Gem #3C35AC

Tints of Blue Gem #3C35AC

Color information

#3C35AC (or 0x3C35AC) is unknown color: approx Blue Gem. HEX triplet: 3C, 35 and AC. RGB value is (60,53,172). Sum of RGB (Red+Green+Blue) = 60+53+172=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C35AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C35AC is #C3CA53. Grayscale: #444444. Windows color (decimal): -12831316 or 11285820. OLE color: 11285820.

HSL color Cylindrical-coordinate representation of color #3C35AC: hue angle of 243.53º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C35AC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6053172-
CMYK0.650.6900.33
HSL243.53º52.89%44.12%-
HSV(B)243.53º69.19%67.45%-
XYZ10.586.4939.72-
YUV68.66186.32121.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=21.05%
G=18.60%
B=60.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60531720.650.6900.33243.5352.8944.12
Hex3C35AC4145021f4352c
Octal74652541011050413646554
Binary1111001101011010110010000011000101010000111110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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