#2729BF

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

Shades of Persian Blue #2729BF

Tints of Persian Blue #2729BF

Color information

#2729BF (or 0x2729BF) is unknown color: approx Persian Blue. HEX triplet: 27, 29 and BF. RGB value is (39,41,191). Sum of RGB (Red+Green+Blue) = 39+41+191=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #2729BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2729BF is #D8D640. Grayscale: #383838. Windows color (decimal): -14210625 or 12527911. OLE color: 12527911.

HSL color Cylindrical-coordinate representation of color #2729BF: hue angle of 239.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2729BF is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3941191-
CMYK0.800.7900.25
HSL239.21º66.09%45.1%-
HSV(B)239.21º79.58%74.9%-
XYZ11.035.7849.82-
YUV57.5203.34114.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 191 (75% from 255) = 70.48%
R=14.39%
G=15.13%
B=70.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39411910.800.7900.25239.2166.0945.1
Hex2729BF504F019ef422d
Octal475127712011703135710255
Binary1001111010011011111110100001001111011001111011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2729BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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