#3C35B2

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

Shades of Persian Blue #3C35B2

Tints of Persian Blue #3C35B2

Color information

#3C35B2 (or 0x3C35B2) is unknown color: approx Persian Blue. HEX triplet: 3C, 35 and B2. RGB value is (60,53,178). Sum of RGB (Red+Green+Blue) = 60+53+178=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C35B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C35B2 is #C3CA4D. Grayscale: #444444. Windows color (decimal): -12831310 or 11679036. OLE color: 11679036.

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

Color convert

RGB6053178-
CMYK0.660.7000.30
HSL243.36º54.11%45.29%-
HSV(B)243.36º70.22%69.8%-
XYZ11.176.7242.83-
YUV69.34189.32121.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 178 (69.92% from 255) = 61.17%
R=20.62%
G=18.21%
B=61.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60531780.660.7000.30243.3654.1145.29
Hex3C35B2424601Ef3362d
Octal74652621021060363636655
Binary111100110101101100101000010100011001111011110011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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