#2728AC

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

Shades of Persian Blue #2728AC

Tints of Persian Blue #2728AC

Color information

#2728AC (or 0x2728AC) is unknown color: approx Persian Blue. HEX triplet: 27, 28 and AC. RGB value is (39,40,172). Sum of RGB (Red+Green+Blue) = 39+40+172=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #2728AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2728AC is #D8D753. Grayscale: #363636. Windows color (decimal): -14210900 or 11282471. OLE color: 11282471.

HSL color Cylindrical-coordinate representation of color #2728AC: hue angle of 239.55º degrees, saturation: 0.63, 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 #2728AC is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3940172-
CMYK0.770.7700.33
HSL239.55º63.03%41.37%-
HSV(B)239.55º77.33%67.45%-
XYZ9.044.9339.5-
YUV54.75194.17116.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 172 (67.58% from 255) = 68.53%
R=15.54%
G=15.94%
B=68.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39401720.770.7700.33239.5563.0341.37
Hex2728AC4D4D021f03f29
Octal47502541151150413607751
Binary1001111010001010110010011011001101010000111110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2728AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2728AC; }

 p { color: rgb(39,40,172); }

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

<style>
 a { background-color: #2728AC; }

 a { background-color: rgb(39,40,172); }

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

<style>
 span { border-color: #2728AC; }

 span { border-color: rgb(39,40,172); }

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