#3335CA

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

Shades of Persian Blue #3335CA

Tints of Persian Blue #3335CA

Color information

#3335CA (or 0x3335CA) is unknown color: approx Persian Blue. HEX triplet: 33, 35 and CA. RGB value is (51,53,202). Sum of RGB (Red+Green+Blue) = 51+53+202=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 53 (21.09% from 255 or 17.32% 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 #3335CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335CA is #CCCA35. Grayscale: #444444. Windows color (decimal): -13421110 or 13251891. OLE color: 13251891.

HSL color Cylindrical-coordinate representation of color #3335CA: hue angle of 239.21º 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 #3335CA is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5153202-
CMYK0.750.7400.21
HSL239.21º59.68%49.61%-
HSV(B)239.21º74.75%79.22%-
XYZ13.37.5156.63-
YUV69.39202.84114.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51532020.750.7400.21239.2159.6849.61
Hex3335CA4B4A015ef3c32
Octal63653121131120253577462
Binary110011110101110010101001011100101001010111101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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