#2147AE

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

Shades of Persian Blue #2147AE

Tints of Persian Blue #2147AE

Color information

#2147AE (or 0x2147AE) is unknown color: approx Persian Blue. HEX triplet: 21, 47 and AE. RGB value is (33,71,174). Sum of RGB (Red+Green+Blue) = 33+71+174=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #2147AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2147AE is #DEB851. Grayscale: #464646. Windows color (decimal): -14596178 or 11421473. OLE color: 11421473.

HSL color Cylindrical-coordinate representation of color #2147AE: hue angle of 223.83º 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 #2147AE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3371174-
CMYK0.810.5900.32
HSL223.83º68.12%40.59%-
HSV(B)223.83º81.03%68.24%-
XYZ10.527.8941.01-
YUV71.38185.91100.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=11.87%
G=25.54%
B=62.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33711740.810.5900.32223.8368.1240.59
Hex2147AE513B020e04429
Octal411072561217304034010451
Binary10000110001111010111010100011110110100000111000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2147AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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