#759FCC

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

Shades of Polo Blue #759FCC

Tints of Polo Blue #759FCC

Color information

#759FCC (or 0x759FCC) is unknown color: approx Polo Blue. HEX triplet: 75, 9F and CC. RGB value is (117,159,204). Sum of RGB (Red+Green+Blue) = 117+159+204=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #759FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FCC is #8A6033. Grayscale: #979797. Windows color (decimal): -9068596 or 13410165. OLE color: 13410165.

HSL color Cylindrical-coordinate representation of color #759FCC: hue angle of 211.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759FCC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117159204-
CMYK0.430.2200.2
HSL211.03º46.03%62.94%-
HSV(B)211.03º42.65%80%-
XYZ30.6332.9461.87-
YUV151.57157.59103.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.38%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=24.38%
G=33.12%
B=42.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171592040.430.2200.2211.0346.0362.94
Hex759FCC2B16014d32e3f
Octal16523731453260243235677
Binary111010110011111110011001010111011001010011010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759FCC; }

 p { color: rgb(117,159,204); }

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

<style>
 a { background-color: #759FCC; }

 a { background-color: rgb(117,159,204); }

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

<style>
 span { border-color: #759FCC; }

 span { border-color: rgb(117,159,204); }

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