#729BB0

Color #729BB0 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #729BB0

Tints of Bali Hai #729BB0

Color information

#729BB0 (or 0x729BB0) is unknown color: approx Bali Hai. HEX triplet: 72, 9B and B0. RGB value is (114,155,176). Sum of RGB (Red+Green+Blue) = 114+155+176=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #729BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BB0 is #8D644F. Grayscale: #919191. Windows color (decimal): -9266256 or 11574130. OLE color: 11574130.

HSL color Cylindrical-coordinate representation of color #729BB0: hue angle of 200.32º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729BB0 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114155176-
CMYK0.350.1200.31
HSL200.32º28.18%56.86%-
HSV(B)200.32º35.23%69.02%-
XYZ26.530.1545.5-
YUV145.14145.42105.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=25.62%
G=34.83%
B=39.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141551760.350.1200.31200.3228.1856.86
Hex729BB023C01Fc81c39
Octal16223326043140373103471
Binary1110010100110111011000010001111000111111100100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729BB0; }

 p { color: rgb(114,155,176); }

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

<style>
 a { background-color: #729BB0; }

 a { background-color: rgb(114,155,176); }

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

<style>
 span { border-color: #729BB0; }

 span { border-color: rgb(114,155,176); }

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