#739CAA

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

Shades of Bali Hai #739CAA

Tints of Bali Hai #739CAA

Color information

#739CAA (or 0x739CAA) is unknown color: approx Bali Hai. HEX triplet: 73, 9C and AA. RGB value is (115,156,170). Sum of RGB (Red+Green+Blue) = 115+156+170=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #739CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CAA is #8C6355. Grayscale: #919191. Windows color (decimal): -9200470 or 11181171. OLE color: 11181171.

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

Color convert

RGB115156170-
CMYK0.320.0800.33
HSL195.27º24.44%55.88%-
HSV(B)195.27º32.35%66.67%-
XYZ26.2130.3242.5-
YUV145.34141.92106.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=26.08%
G=35.37%
B=38.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151561700.320.0800.33195.2724.4455.88
Hex739CAA208021c31838
Octal16323425240100413033070
Binary11100111001110010101010100000100001000011100001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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