#3533CA

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

Shades of Persian Blue #3533CA

Tints of Persian Blue #3533CA

Color information

#3533CA (or 0x3533CA) is unknown color: approx Persian Blue. HEX triplet: 35, 33 and CA. RGB value is (53,51,202). Sum of RGB (Red+Green+Blue) = 53+51+202=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #3533CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533CA is #CACC35. Grayscale: #444444. Windows color (decimal): -13290550 or 13251381. OLE color: 13251381.

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

Color convert

RGB5351202-
CMYK0.740.7500.21
HSL240.79º59.68%49.61%-
HSV(B)240.79º74.75%79.22%-
XYZ13.317.3956.6-
YUV68.81203.16116.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 66.01%
R=17.32%
G=16.67%
B=66.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53512020.740.7500.21240.7959.6849.61
Hex3533CA4A4B015f13c32
Octal65633121121130253617462
Binary110101110011110010101001010100101101010111110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3533CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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