#3516C0

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

Shades of Persian Blue #3516C0

Tints of Persian Blue #3516C0

Color information

#3516C0 (or 0x3516C0) is unknown color: approx Persian Blue. HEX triplet: 35, 16 and C0. RGB value is (53,22,192). Sum of RGB (Red+Green+Blue) = 53+22+192=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #3516C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3516C0 is #CAE93F. Grayscale: #323232. Windows color (decimal): -13297984 or 12588597. OLE color: 12588597.

HSL color Cylindrical-coordinate representation of color #3516C0: hue angle of 250.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3516C0 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5322192-
CMYK0.720.8900.25
HSL250.94º79.44%41.96%-
HSV(B)250.94º88.54%75.29%-
XYZ11.275.1450.27-
YUV50.65207.77129.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 192 (75.39% from 255) = 71.91%
R=19.85%
G=8.24%
B=71.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53221920.720.8900.25250.9479.4441.96
Hex3516C04859019fb4f2a
Octal652630011013103137311752
Binary110101101101100000010010001011001011001111110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3516C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3516C0; }

 p { color: rgb(53,22,192); }

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

<style>
 a { background-color: #3516C0; }

 a { background-color: rgb(53,22,192); }

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

<style>
 span { border-color: #3516C0; }

 span { border-color: rgb(53,22,192); }

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