#2140AE

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

Shades of Persian Blue #2140AE

Tints of Persian Blue #2140AE

Color information

#2140AE (or 0x2140AE) is unknown color: approx Persian Blue. HEX triplet: 21, 40 and AE. RGB value is (33,64,174). Sum of RGB (Red+Green+Blue) = 33+64+174=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #2140AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2140AE is #DEBF51. Grayscale: #424242. Windows color (decimal): -14597970 or 11419681. OLE color: 11419681.

HSL color Cylindrical-coordinate representation of color #2140AE: hue angle of 226.81º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2140AE is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3364174-
CMYK0.810.6300.32
HSL226.81º68.12%40.59%-
HSV(B)226.81º81.03%68.24%-
XYZ10.17.0540.87-
YUV67.27188.23103.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=12.18%
G=23.62%
B=64.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33641740.810.6300.32226.8168.1240.59
Hex2140AE513F020e34429
Octal411002561217704034310451
Binary10000110000001010111010100011111110100000111000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2140AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2140AE; }

 p { color: rgb(33,64,174); }

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

<style>
 a { background-color: #2140AE; }

 a { background-color: rgb(33,64,174); }

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

<style>
 span { border-color: #2140AE; }

 span { border-color: rgb(33,64,174); }

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