#3533CD

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

Shades of Persian Blue #3533CD

Tints of Persian Blue #3533CD

Color information

#3533CD (or 0x3533CD) is unknown color: approx Persian Blue. HEX triplet: 35, 33 and CD. RGB value is (53,51,205). Sum of RGB (Red+Green+Blue) = 53+51+205=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #3533CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533CD is #CACC32. Grayscale: #444444. Windows color (decimal): -13290547 or 13447989. OLE color: 13447989.

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

Color convert

RGB5351205-
CMYK0.740.7500.20
HSL240.78º60.63%50.2%-
HSV(B)240.78º75.12%80.39%-
XYZ13.677.5358.49-
YUV69.15204.66116.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 205 (80.47% from 255) = 66.34%
R=17.15%
G=16.50%
B=66.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53512050.740.7500.20240.7860.6350.2
Hex3533CD4A4B014f13d32
Octal65633151121130243617562
Binary110101110011110011011001010100101101010011110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3533CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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