#739DAF

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

Shades of Bali Hai #739DAF

Tints of Bali Hai #739DAF

Color information

#739DAF (or 0x739DAF) is unknown color: approx Bali Hai. HEX triplet: 73, 9D and AF. RGB value is (115,157,175). Sum of RGB (Red+Green+Blue) = 115+157+175=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #739DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DAF is #8C6250. Grayscale: #929292. Windows color (decimal): -9200209 or 11509107. OLE color: 11509107.

HSL color Cylindrical-coordinate representation of color #739DAF: hue angle of 198º 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 #739DAF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115157175-
CMYK0.340.1000.31
HSL198º27.27%56.86%-
HSV(B)198º34.29%68.63%-
XYZ26.8730.8545.1-
YUV146.49144.09105.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.73%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=25.73%
G=35.12%
B=39.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151571750.340.1000.3119827.2756.86
Hex739DAF22A01Fc61b39
Octal16323525742120373063371
Binary1110011100111011010111110001010100111111100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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