#2137AA

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

Shades of Persian Blue #2137AA

Tints of Persian Blue #2137AA

Color information

#2137AA (or 0x2137AA) is unknown color: approx Persian Blue. HEX triplet: 21, 37 and AA. RGB value is (33,55,170). Sum of RGB (Red+Green+Blue) = 33+55+170=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #2137AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2137AA is #DEC855. Grayscale: #3D3D3D. Windows color (decimal): -14600278 or 11155233. OLE color: 11155233.

HSL color Cylindrical-coordinate representation of color #2137AA: hue angle of 230.36º 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 #2137AA is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3355170-
CMYK0.810.6800.33
HSL230.36º67.49%39.8%-
HSV(B)230.36º80.59%66.67%-
XYZ9.255.9638.69-
YUV61.53189.21107.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=12.79%
G=21.32%
B=65.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33551700.810.6800.33230.3667.4939.8
Hex2137AA5144021e64328
Octal416725212110404134610350
Binary10000111011110101010101000110001000100001111001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2137AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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