#2744AE

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

Shades of Persian Blue #2744AE

Tints of Persian Blue #2744AE

Color information

#2744AE (or 0x2744AE) is unknown color: approx Persian Blue. HEX triplet: 27, 44 and AE. RGB value is (39,68,174). Sum of RGB (Red+Green+Blue) = 39+68+174=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #2744AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2744AE is #D8BB51. Grayscale: #464646. Windows color (decimal): -14203730 or 11420711. OLE color: 11420711.

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

Color convert

RGB3968174-
CMYK0.780.6100.32
HSL227.11º63.38%41.76%-
HSV(B)227.11º77.59%68.24%-
XYZ10.547.6240.96-
YUV71.41185.89104.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=13.88%
G=24.20%
B=61.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39681740.780.6100.32227.1163.3841.76
Hex2744AE4E3D020e33f2a
Octal47104256116750403437752
Binary1001111000100101011101001110111101010000011100011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2744AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,68,174); }

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

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

 a { background-color: rgb(39,68,174); }

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

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

 span { border-color: rgb(39,68,174); }

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