#2844AB

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

Shades of Persian Blue #2844AB

Tints of Persian Blue #2844AB

Color information

#2844AB (or 0x2844AB) is unknown color: approx Persian Blue. HEX triplet: 28, 44 and AB. RGB value is (40,68,171). Sum of RGB (Red+Green+Blue) = 40+68+171=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2844AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2844AB is #D7BB54. Grayscale: #464646. Windows color (decimal): -14138197 or 11224104. OLE color: 11224104.

HSL color Cylindrical-coordinate representation of color #2844AB: hue angle of 227.18º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2844AB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4068171-
CMYK0.770.6000.33
HSL227.18º62.09%41.37%-
HSV(B)227.18º76.61%67.06%-
XYZ10.297.5339.44-
YUV71.37184.22105.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=14.34%
G=24.37%
B=61.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40681710.770.6000.33227.1862.0941.37
Hex2844AB4D3C021e33e29
Octal50104253115740413437651
Binary1010001000100101010111001101111100010000111100011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2844AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2844AB; }

 p { color: rgb(40,68,171); }

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

<style>
 a { background-color: #2844AB; }

 a { background-color: rgb(40,68,171); }

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

<style>
 span { border-color: #2844AB; }

 span { border-color: rgb(40,68,171); }

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