#759CC2

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

Shades of Polo Blue #759CC2

Tints of Polo Blue #759CC2

Color information

#759CC2 (or 0x759CC2) is unknown color: approx Polo Blue. HEX triplet: 75, 9C and C2. RGB value is (117,156,194). Sum of RGB (Red+Green+Blue) = 117+156+194=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #759CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC2 is #8A633D. Grayscale: #949494. Windows color (decimal): -9069374 or 12754037. OLE color: 12754037.

HSL color Cylindrical-coordinate representation of color #759CC2: hue angle of 209.61º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759CC2 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117156194-
CMYK0.400.2000.24
HSL209.61º38.69%60.98%-
HSV(B)209.61º39.69%76.08%-
XYZ28.9631.4555.58-
YUV148.67153.58105.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=25.05%
G=33.40%
B=41.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171561940.400.2000.24209.6138.6960.98
Hex759CC22814018d2273d
Octal16523430250240303224775
Binary111010110011100110000101010001010001100011010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,156,194); }

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

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

 a { background-color: rgb(117,156,194); }

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

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

 span { border-color: rgb(117,156,194); }

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