#739ACA

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

Shades of Polo Blue #739ACA

Tints of Polo Blue #739ACA

Color information

#739ACA (or 0x739ACA) is unknown color: approx Polo Blue. HEX triplet: 73, 9A and CA. RGB value is (115,154,202). Sum of RGB (Red+Green+Blue) = 115+154+202=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #739ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ACA is #8C6535. Grayscale: #939393. Windows color (decimal): -9200950 or 13277811. OLE color: 13277811.

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

Color convert

RGB115154202-
CMYK0.430.2400.21
HSL213.1º45.08%62.16%-
HSV(B)213.1º43.07%79.22%-
XYZ29.2931.0260.32-
YUV147.81158.58104.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.42%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=24.42%
G=32.70%
B=42.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151542020.430.2400.21213.145.0862.16
Hex739ACA2B18015d52d3e
Octal16323231253300253255576
Binary111001110011010110010101010111100001010111010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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