#2729BA

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

Shades of Persian Blue #2729BA

Tints of Persian Blue #2729BA

Color information

#2729BA (or 0x2729BA) is unknown color: approx Persian Blue. HEX triplet: 27, 29 and BA. RGB value is (39,41,186). Sum of RGB (Red+Green+Blue) = 39+41+186=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #2729BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2729BA is #D8D645. Grayscale: #383838. Windows color (decimal): -14210630 or 12200231. OLE color: 12200231.

HSL color Cylindrical-coordinate representation of color #2729BA: hue angle of 239.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2729BA is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3941186-
CMYK0.790.7800.27
HSL239.18º65.33%44.12%-
HSV(B)239.18º79.03%72.94%-
XYZ10.495.5646.98-
YUV56.93200.84115.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 186 (73.05% from 255) = 69.92%
R=14.66%
G=15.41%
B=69.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39411860.790.7800.27239.1865.3344.12
Hex2729BA4F4E01Bef412c
Octal475127211711603335710154
Binary1001111010011011101010011111001110011011111011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2729BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2729BA; }

 p { color: rgb(39,41,186); }

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

<style>
 a { background-color: #2729BA; }

 a { background-color: rgb(39,41,186); }

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

<style>
 span { border-color: #2729BA; }

 span { border-color: rgb(39,41,186); }

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