#3539CA

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

Shades of Persian Blue #3539CA

Tints of Persian Blue #3539CA

Color information

#3539CA (or 0x3539CA) is unknown color: approx Persian Blue. HEX triplet: 35, 39 and CA. RGB value is (53,57,202). Sum of RGB (Red+Green+Blue) = 53+57+202=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #3539CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539CA is #CAC635. Grayscale: #474747. Windows color (decimal): -13289014 or 13252917. OLE color: 13252917.

HSL color Cylindrical-coordinate representation of color #3539CA: hue angle of 238.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3539CA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5357202-
CMYK0.740.7200.21
HSL238.39º58.43%50%-
HSV(B)238.39º73.76%79.22%-
XYZ13.597.9556.69-
YUV72.33201.17114.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 202 (79.30% from 255) = 64.74%
R=16.99%
G=18.27%
B=64.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53572020.740.7200.21238.3958.4350
Hex3539CA4A48015ee3a32
Octal65713121121100253567262
Binary110101111001110010101001010100100001010111101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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