#739AAF

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

Shades of Bali Hai #739AAF

Tints of Bali Hai #739AAF

Color information

#739AAF (or 0x739AAF) is unknown color: approx Bali Hai. HEX triplet: 73, 9A and AF. RGB value is (115,154,175). Sum of RGB (Red+Green+Blue) = 115+154+175=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #739AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AAF is #8C6550. Grayscale: #909090. Windows color (decimal): -9200977 or 11508339. OLE color: 11508339.

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

Color convert

RGB115154175-
CMYK0.340.1200.31
HSL201º27.27%56.86%-
HSV(B)201º34.29%68.63%-
XYZ26.3629.8544.93-
YUV144.73145.08106.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.90%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=25.90%
G=34.68%
B=39.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151541750.340.1200.3120127.2756.86
Hex739AAF22C01Fc91b39
Octal16323225742140373113371
Binary1110011100110101010111110001011000111111100100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,154,175); }

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

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

 a { background-color: rgb(115,154,175); }

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

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

 span { border-color: rgb(115,154,175); }

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