#739AC8

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

Shades of Polo Blue #739AC8

Tints of Polo Blue #739AC8

Color information

#739AC8 (or 0x739AC8) is unknown color: approx Polo Blue. HEX triplet: 73, 9A and C8. RGB value is (115,154,200). Sum of RGB (Red+Green+Blue) = 115+154+200=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #739AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AC8 is #8C6537. Grayscale: #939393. Windows color (decimal): -9200952 or 13146739. OLE color: 13146739.

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

Color convert

RGB115154200-
CMYK0.420.2300.22
HSL212.47º43.59%61.76%-
HSV(B)212.47º42.5%78.43%-
XYZ29.0530.9359.08-
YUV147.58157.58104.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.52%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=24.52%
G=32.84%
B=42.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151542000.420.2300.22212.4743.5961.76
Hex739AC82A17016d42c3e
Octal16323231052270263245476
Binary111001110011010110010001010101011101011011010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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