#3539CD

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

Shades of Persian Blue #3539CD

Tints of Persian Blue #3539CD

Color information

#3539CD (or 0x3539CD) is unknown color: approx Persian Blue. HEX triplet: 35, 39 and CD. RGB value is (53,57,205). Sum of RGB (Red+Green+Blue) = 53+57+205=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #3539CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539CD is #CAC632. Grayscale: #484848. Windows color (decimal): -13289011 or 13449525. OLE color: 13449525.

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

Color convert

RGB5357205-
CMYK0.740.7200.20
HSL238.42º60.32%50.59%-
HSV(B)238.42º74.15%80.39%-
XYZ13.958.0958.58-
YUV72.68202.67113.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 205 (80.47% from 255) = 65.08%
R=16.83%
G=18.10%
B=65.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53572050.740.7200.20238.4260.3250.59
Hex3539CD4A48014ee3c33
Octal65713151121100243567463
Binary110101111001110011011001010100100001010011101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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