#2335A9

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

Shades of Persian Blue #2335A9

Tints of Persian Blue #2335A9

Color information

#2335A9 (or 0x2335A9) is unknown color: approx Persian Blue. HEX triplet: 23, 35 and A9. RGB value is (35,53,169). Sum of RGB (Red+Green+Blue) = 35+53+169=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #2335A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2335A9 is #DCCA56. Grayscale: #3C3C3C. Windows color (decimal): -14469719 or 11089187. OLE color: 11089187.

HSL color Cylindrical-coordinate representation of color #2335A9: hue angle of 231.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2335A9 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3553169-
CMYK0.790.6900.34
HSL231.94º65.69%40%-
HSV(B)231.94º79.29%66.27%-
XYZ9.135.7738.17-
YUV60.84189.04109.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.62%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=13.62%
G=20.62%
B=65.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal35531690.790.6900.34231.9465.6940
Hex2335A94F45022e84228
Octal436525111710504235010250
Binary10001111010110101001100111110001010100010111010001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2335A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2335A9; }

 p { color: rgb(35,53,169); }

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

<style>
 a { background-color: #2335A9; }

 a { background-color: rgb(35,53,169); }

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

<style>
 span { border-color: #2335A9; }

 span { border-color: rgb(35,53,169); }

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