Html Css Color HEX #739DB3 Bali Hai

📋 copy color: '#739DB3'

red 115 ◦ green 157 ◦ blue 179

#739DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #739DB3

Tints of Bali Hai #739DB3

RGB

 RED value IS 115 (45.31% from 255) = 25.5%

 GREEN value IS 157 (61.72% from 255) = 34.81%

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 25.5%
G = 34.81%
B = 39.69%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#739DB3 (or 0x739DB3) is known color: Bali Hai. HEX triplet: 73, 9D and B3. RGB value is (115,157,179). Sum of RGB (Red+Green+Blue) = 115+157+179=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #739DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DB3 is #8C624C. Grayscale: #929292. Windows color (decimal): -9200205 or 11771251. OLE color: 11771251.

HSL color Cylindrical-coordinate representation of color #739DB3: hue angle of 200.62º 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 #739DB3 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 157 179 -
CMYK 0.36 0.12 0 0.30
HSL 200.63º 0.3% 0.58% -
HSV(B) 200.63º 0.36% 0.7% -
XYZ 27.26 31.01 47.2 -
YUV 146.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 115 157 179 0.36 0.12 0 0.30 200.63 0.3 0.58
Hex 73 9D B3 24 C 0 1E C9 1E 3A
Octal 163 235 263 44 14 0 36 311 36 72
Binary 1110011 10011101 10110011 100100 1100 0 11110 11001001 11110 111010

Color Harmonies of #739DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DB3

Black with #739DB3

Text Example


Text Example

White with #739DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #739DB3;
 }
 .AnyTagClassName
 {
   color: #739DB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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