#739BAD

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

Shades of Bali Hai #739BAD

Tints of Bali Hai #739BAD

Color information

#739BAD (or 0x739BAD) is unknown color: approx Bali Hai. HEX triplet: 73, 9B and AD. RGB value is (115,155,173). Sum of RGB (Red+Green+Blue) = 115+155+173=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #739BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BAD is #8C6452. Grayscale: #909090. Windows color (decimal): -9200723 or 11377523. OLE color: 11377523.

HSL color Cylindrical-coordinate representation of color #739BAD: hue angle of 198.62º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #739BAD is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115155173-
CMYK0.340.1000.32
HSL198.62º26.13%56.47%-
HSV(B)198.62º33.53%67.84%-
XYZ26.3330.143.96-
YUV145.09143.75106.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.96%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=25.96%
G=34.99%
B=39.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151551730.340.1000.32198.6226.1356.47
Hex739BAD22A020c71a38
Octal16323325542120403073270
Binary11100111001101110101101100010101001000001100011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,155,173); }

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

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

 a { background-color: rgb(115,155,173); }

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

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

 span { border-color: rgb(115,155,173); }

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