#2146AE

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

Shades of Persian Blue #2146AE

Tints of Persian Blue #2146AE

Color information

#2146AE (or 0x2146AE) is unknown color: approx Persian Blue. HEX triplet: 21, 46 and AE. RGB value is (33,70,174). Sum of RGB (Red+Green+Blue) = 33+70+174=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #2146AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2146AE is #DEB951. Grayscale: #464646. Windows color (decimal): -14596434 or 11421217. OLE color: 11421217.

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

Color convert

RGB3370174-
CMYK0.810.6000.32
HSL224.26º68.12%40.59%-
HSV(B)224.26º81.03%68.24%-
XYZ10.467.7640.99-
YUV70.79186.24101.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=11.91%
G=25.27%
B=62.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33701740.810.6000.32224.2668.1240.59
Hex2146AE513C020e04429
Octal411062561217404034010451
Binary10000110001101010111010100011111000100000111000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2146AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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