#2723AE

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

Shades of Persian Blue #2723AE

Tints of Persian Blue #2723AE

Color information

#2723AE (or 0x2723AE) is unknown color: approx Persian Blue. HEX triplet: 27, 23 and AE. RGB value is (39,35,174). Sum of RGB (Red+Green+Blue) = 39+35+174=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #2723AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2723AE is #D8DC51. Grayscale: #333333. Windows color (decimal): -14212178 or 11412263. OLE color: 11412263.

HSL color Cylindrical-coordinate representation of color #2723AE: hue angle of 241.73º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2723AE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3935174-
CMYK0.780.8000.32
HSL241.73º66.51%40.98%-
HSV(B)241.73º79.89%68.24%-
XYZ9.084.6940.47-
YUV52.04196.83118.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 174 (68.36% from 255) = 70.16%
R=15.73%
G=14.11%
B=70.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39351740.780.8000.32241.7366.5140.98
Hex2723AE4E50020f24329
Octal474325611612004036210351
Binary10011110001110101110100111010100000100000111100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2723AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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