#739DCA

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

Shades of Polo Blue #739DCA

Tints of Polo Blue #739DCA

Color information

#739DCA (or 0x739DCA) is unknown color: approx Polo Blue. HEX triplet: 73, 9D and CA. RGB value is (115,157,202). Sum of RGB (Red+Green+Blue) = 115+157+202=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #739DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DCA is #8C6235. Grayscale: #959595. Windows color (decimal): -9200182 or 13278579. OLE color: 13278579.

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

Color convert

RGB115157202-
CMYK0.430.2200.21
HSL211.03º45.08%62.16%-
HSV(B)211.03º43.07%79.22%-
XYZ29.7932.0260.49-
YUV149.57157.59103.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=24.26%
G=33.12%
B=42.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151572020.430.2200.21211.0345.0862.16
Hex739DCA2B16015d32d3e
Octal16323531253260253235576
Binary111001110011101110010101010111011001010111010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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