#729CAA

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

Shades of Bali Hai #729CAA

Tints of Bali Hai #729CAA

Color information

#729CAA (or 0x729CAA) is unknown color: approx Bali Hai. HEX triplet: 72, 9C and AA. RGB value is (114,156,170). Sum of RGB (Red+Green+Blue) = 114+156+170=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #729CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CAA is #8D6355. Grayscale: #909090. Windows color (decimal): -9266006 or 11181170. OLE color: 11181170.

HSL color Cylindrical-coordinate representation of color #729CAA: hue angle of 195º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729CAA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114156170-
CMYK0.330.0800.33
HSL195º24.78%55.69%-
HSV(B)195º32.94%66.67%-
XYZ26.0830.2642.5-
YUV145.04142.09105.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=25.91%
G=35.45%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141561700.330.0800.3319524.7855.69
Hex729CAA218021c31938
Octal16223425241100413033170
Binary11100101001110010101010100001100001000011100001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,156,170); }

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

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

 a { background-color: rgb(114,156,170); }

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

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

 span { border-color: rgb(114,156,170); }

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