#3C35BC

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

Shades of Persian Blue #3C35BC

Tints of Persian Blue #3C35BC

Color information

#3C35BC (or 0x3C35BC) is unknown color: approx Persian Blue. HEX triplet: 3C, 35 and BC. RGB value is (60,53,188). Sum of RGB (Red+Green+Blue) = 60+53+188=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C35BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C35BC is #C3CA43. Grayscale: #454545. Windows color (decimal): -12831300 or 12334396. OLE color: 12334396.

HSL color Cylindrical-coordinate representation of color #3C35BC: hue angle of 243.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C35BC is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6053188-
CMYK0.680.7200.26
HSL243.11º56.02%47.25%-
HSV(B)243.11º71.81%73.73%-
XYZ12.217.1448.31-
YUV70.48194.32120.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=19.93%
G=17.61%
B=62.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60531880.680.7200.26243.1156.0247.25
Hex3C35BC444801Af3382f
Octal74652741041100323637057
Binary111100110101101111001000100100100001101011110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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