#2135AA

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

Shades of Persian Blue #2135AA

Tints of Persian Blue #2135AA

Color information

#2135AA (or 0x2135AA) is unknown color: approx Persian Blue. HEX triplet: 21, 35 and AA. RGB value is (33,53,170). Sum of RGB (Red+Green+Blue) = 33+53+170=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2135AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2135AA is #DECA55. Grayscale: #3B3B3B. Windows color (decimal): -14600790 or 11154721. OLE color: 11154721.

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

Color convert

RGB3353170-
CMYK0.810.6900.33
HSL231.24º67.49%39.8%-
HSV(B)231.24º80.59%66.67%-
XYZ9.165.7738.66-
YUV60.36189.87108.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 170 (66.80% from 255) = 66.41%
R=12.89%
G=20.70%
B=66.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33531700.810.6900.33231.2467.4939.8
Hex2135AA5145021e74328
Octal416525212110504134710350
Binary10000111010110101010101000110001010100001111001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2135AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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