#2943AE

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

Shades of Persian Blue #2943AE

Tints of Persian Blue #2943AE

Color information

#2943AE (or 0x2943AE) is unknown color: approx Persian Blue. HEX triplet: 29, 43 and AE. RGB value is (41,67,174). Sum of RGB (Red+Green+Blue) = 41+67+174=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #2943AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2943AE is #D6BC51. Grayscale: #464646. Windows color (decimal): -14072914 or 11420457. OLE color: 11420457.

HSL color Cylindrical-coordinate representation of color #2943AE: hue angle of 228.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2943AE is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4167174-
CMYK0.760.6100.32
HSL228.27º61.86%42.16%-
HSV(B)228.27º76.44%68.24%-
XYZ10.567.5440.94-
YUV71.42185.89106.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=14.54%
G=23.76%
B=61.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41671740.760.6100.32228.2761.8642.16
Hex2943AE4C3D020e43e2a
Octal51103256114750403447652
Binary1010011000011101011101001100111101010000011100100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2943AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,67,174); }

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

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

 a { background-color: rgb(41,67,174); }

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

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

 span { border-color: rgb(41,67,174); }

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