Html Css Color HEX #739BC7 Polo Blue

📋 copy color: '#739BC7'

red 115 ◦ green 155 ◦ blue 199

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

Shades of Polo Blue #739BC7

Tints of Polo Blue #739BC7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 24.52%
G = 33.05%
B = 42.43%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#739BC7 (or 0x739BC7) is known color: Polo Blue. HEX triplet: 73, 9B and C7. RGB value is (115,155,199). Sum of RGB (Red+Green+Blue) = 115+155+199=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #739BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BC7 is #8C6438. Grayscale: #939393. Windows color (decimal): -9200697 or 13081459. OLE color: 13081459.

HSL color Cylindrical-coordinate representation of color #739BC7: hue angle of 211.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #739BC7 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 155 199 -
CMYK 0.42 0.22 0 0.22
HSL 211.43º 0.43% 0.62% -
HSV(B) 211.43º 0.42% 0.78% -
XYZ 29.1 31.21 58.52 -
YUV 148.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 115 155 199 0.42 0.22 0 0.22 211.43 0.43 0.62
Hex 73 9B C7 2A 16 0 16 D3 2B 3E
Octal 163 233 307 52 26 0 26 323 53 76
Binary 1110011 10011011 11000111 101010 10110 0 10110 11010011 101011 111110

Color Harmonies of #739BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BC7

Black with #739BC7

Text Example


Text Example

White with #739BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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