#2726AC

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

Shades of Persian Blue #2726AC

Tints of Persian Blue #2726AC

Color information

#2726AC (or 0x2726AC) is unknown color: approx Persian Blue. HEX triplet: 27, 26 and AC. RGB value is (39,38,172). Sum of RGB (Red+Green+Blue) = 39+38+172=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #2726AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2726AC is #D8D953. Grayscale: #353535. Windows color (decimal): -14211412 or 11281959. OLE color: 11281959.

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

Color convert

RGB3938172-
CMYK0.770.7800.33
HSL240.45º63.81%41.18%-
HSV(B)240.45º77.91%67.45%-
XYZ8.984.839.48-
YUV53.58194.83117.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 172 (67.58% from 255) = 69.08%
R=15.66%
G=15.26%
B=69.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39381720.770.7800.33240.4563.8141.18
Hex2726AC4D4E021f04029
Octal474625411511604136010051
Binary10011110011010101100100110110011100100001111100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2726AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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