#739BCA

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

Shades of Polo Blue #739BCA

Tints of Polo Blue #739BCA

Color information

#739BCA (or 0x739BCA) is unknown color: approx Polo Blue. HEX triplet: 73, 9B and CA. RGB value is (115,155,202). Sum of RGB (Red+Green+Blue) = 115+155+202=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #739BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BCA is #8C6435. Grayscale: #949494. Windows color (decimal): -9200694 or 13278067. OLE color: 13278067.

HSL color Cylindrical-coordinate representation of color #739BCA: hue angle of 212.41º 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 #739BCA is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115155202-
CMYK0.430.2300.21
HSL212.41º45.08%62.16%-
HSV(B)212.41º43.07%79.22%-
XYZ29.4531.3560.38-
YUV148.4158.25104.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.36%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=24.36%
G=32.84%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151552020.430.2300.21212.4145.0862.16
Hex739BCA2B17015d42d3e
Octal16323331253270253245576
Binary111001110011011110010101010111011101010111010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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