Html Css Color HEX #739CB2 Bali Hai

📋 copy color: '#739CB2'

red 115 ◦ green 156 ◦ blue 178

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

Shades of Bali Hai #739CB2

Tints of Bali Hai #739CB2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 25.61%
G = 34.74%
B = 39.64%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#739CB2 (or 0x739CB2) is known color: Bali Hai. HEX triplet: 73, 9C and B2. RGB value is (115,156,178). Sum of RGB (Red+Green+Blue) = 115+156+178=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 178 - color contains mainly: blue. Hex color #739CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CB2 is #8C634D. Grayscale: #929292. Windows color (decimal): -9200462 or 11705459. OLE color: 11705459.

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

Color convert

RGB 115 156 178 -
CMYK 0.35 0.12 0 0.30
HSL 200.95º 0.29% 0.57% -
HSV(B) 200.95º 0.35% 0.7% -
XYZ 26.99 30.64 46.61 -
YUV 146.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 115 156 178 0.35 0.12 0 0.30 200.95 0.29 0.57
Hex 73 9C B2 23 C 0 1E C9 1D 39
Octal 163 234 262 43 14 0 36 311 35 71
Binary 1110011 10011100 10110010 100011 1100 0 11110 11001001 11101 111001

Color Harmonies of #739CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CB2

Black with #739CB2

Text Example


Text Example

White with #739CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,156,178); }

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

background-color css

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

 a { background-color: rgb(115,156,178); }

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

border-color css

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

 span { border-color: rgb(115,156,178); }

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