#2235AA

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

Shades of Persian Blue #2235AA

Tints of Persian Blue #2235AA

Color information

#2235AA (or 0x2235AA) is unknown color: approx Persian Blue. HEX triplet: 22, 35 and AA. RGB value is (34,53,170). Sum of RGB (Red+Green+Blue) = 34+53+170=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #2235AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2235AA is #DDCA55. Grayscale: #3C3C3C. Windows color (decimal): -14535254 or 11154722. OLE color: 11154722.

HSL color Cylindrical-coordinate representation of color #2235AA: hue angle of 231.62º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2235AA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3453170-
CMYK0.800.6900.33
HSL231.62º66.67%40%-
HSV(B)231.62º80%66.67%-
XYZ9.195.7938.66-
YUV60.66189.71108.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=13.23%
G=20.62%
B=66.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34531700.800.6900.33231.6266.6740
Hex2235AA5045021e84328
Octal426525212010504135010350
Binary10001011010110101010101000010001010100001111010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2235AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2235AA; }

 p { color: rgb(34,53,170); }

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

<style>
 a { background-color: #2235AA; }

 a { background-color: rgb(34,53,170); }

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

<style>
 span { border-color: #2235AA; }

 span { border-color: rgb(34,53,170); }

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