#739FC8

Color #739FC8 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #739FC8

Tints of Polo Blue #739FC8

Color information

#739FC8 (or 0x739FC8) is unknown color: approx Polo Blue. HEX triplet: 73, 9F and C8. RGB value is (115,159,200). Sum of RGB (Red+Green+Blue) = 115+159+200=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #739FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FC8 is #8C6037. Grayscale: #969696. Windows color (decimal): -9199672 or 13148019. OLE color: 13148019.

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

Color convert

RGB115159200-
CMYK0.420.2000.22
HSL208.94º43.59%61.76%-
HSV(B)208.94º42.5%78.43%-
XYZ29.8932.6159.36-
YUV150.52155.92102.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=24.26%
G=33.54%
B=42.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151592000.420.2000.22208.9443.5961.76
Hex739FC82A14016d12c3e
Octal16323731052240263215476
Binary111001110011111110010001010101010001011011010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,159,200); }

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

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

 a { background-color: rgb(115,159,200); }

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

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

 span { border-color: rgb(115,159,200); }

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