#3539CF

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

Shades of Persian Blue #3539CF

Tints of Persian Blue #3539CF

Color information

#3539CF (or 0x3539CF) is unknown color: approx Persian Blue. HEX triplet: 35, 39 and CF. RGB value is (53,57,207). Sum of RGB (Red+Green+Blue) = 53+57+207=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #3539CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539CF is #CAC630. Grayscale: #484848. Windows color (decimal): -13289009 or 13580597. OLE color: 13580597.

HSL color Cylindrical-coordinate representation of color #3539CF: hue angle of 238.44º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3539CF is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5357207-
CMYK0.740.7200.19
HSL238.44º61.6%50.98%-
HSV(B)238.44º74.4%81.18%-
XYZ14.198.1959.86-
YUV72.9203.67113.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 207 (81.25% from 255) = 65.30%
R=16.72%
G=17.98%
B=65.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53572070.740.7200.19238.4461.650.98
Hex3539CF4A48013ee3e33
Octal65713171121100233567663
Binary110101111001110011111001010100100001001111101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3539CF; }

 p { color: rgb(53,57,207); }

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

<style>
 a { background-color: #3539CF; }

 a { background-color: rgb(53,57,207); }

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

<style>
 span { border-color: #3539CF; }

 span { border-color: rgb(53,57,207); }

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