#739AB0

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

Shades of Bali Hai #739AB0

Tints of Bali Hai #739AB0

Color information

#739AB0 (or 0x739AB0) is unknown color: approx Bali Hai. HEX triplet: 73, 9A and B0. RGB value is (115,154,176). Sum of RGB (Red+Green+Blue) = 115+154+176=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #739AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AB0 is #8C654F. Grayscale: #909090. Windows color (decimal): -9200976 or 11573875. OLE color: 11573875.

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

Color convert

RGB115154176-
CMYK0.350.1200.31
HSL201.64º27.85%57.06%-
HSV(B)201.64º34.66%69.02%-
XYZ26.4629.8945.45-
YUV144.85145.58106.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=25.84%
G=34.61%
B=39.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151541760.350.1200.31201.6427.8557.06
Hex739AB023C01Fca1c39
Octal16323226043140373123471
Binary1110011100110101011000010001111000111111100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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