#739BAC

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

Shades of Bali Hai #739BAC

Tints of Bali Hai #739BAC

Color information

#739BAC (or 0x739BAC) is unknown color: approx Bali Hai. HEX triplet: 73, 9B and AC. RGB value is (115,155,172). Sum of RGB (Red+Green+Blue) = 115+155+172=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #739BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BAC is #8C6453. Grayscale: #909090. Windows color (decimal): -9200724 or 11311987. OLE color: 11311987.

HSL color Cylindrical-coordinate representation of color #739BAC: hue angle of 197.89º degrees, saturation: 0.26, 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 #739BAC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115155172-
CMYK0.330.1000.33
HSL197.89º25.56%56.27%-
HSV(B)197.89º33.14%67.45%-
XYZ26.2430.0743.45-
YUV144.98143.25106.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=26.02%
G=35.07%
B=38.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151551720.330.1000.33197.8925.5656.27
Hex739BAC21A021c61a38
Octal16323325441120413063270
Binary11100111001101110101100100001101001000011100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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