#739EB3

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

Shades of Bali Hai #739EB3

Tints of Bali Hai #739EB3

Color information

#739EB3 (or 0x739EB3) is unknown color: approx Bali Hai. HEX triplet: 73, 9E and B3. RGB value is (115,158,179). Sum of RGB (Red+Green+Blue) = 115+158+179=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #739EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EB3 is #8C614C. Grayscale: #939393. Windows color (decimal): -9199949 or 11771507. OLE color: 11771507.

HSL color Cylindrical-coordinate representation of color #739EB3: hue angle of 199.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #739EB3 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB115158179-
CMYK0.360.1200.30
HSL199.69º29.63%57.65%-
HSV(B)199.69º35.75%70.2%-
XYZ27.4331.3547.25-
YUV147.54145.75104.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=25.44%
G=34.96%
B=39.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151581790.360.1200.30199.6929.6357.65
Hex739EB324C01Ec81e3a
Octal16323626344140363103672
Binary1110011100111101011001110010011000111101100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,158,179); }

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

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

 a { background-color: rgb(115,158,179); }

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

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

 span { border-color: rgb(115,158,179); }

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