#759DCB

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

Shades of Polo Blue #759DCB

Tints of Polo Blue #759DCB

Color information

#759DCB (or 0x759DCB) is unknown color: approx Polo Blue. HEX triplet: 75, 9D and CB. RGB value is (117,157,203). Sum of RGB (Red+Green+Blue) = 117+157+203=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #759DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DCB is #8A6234. Grayscale: #969696. Windows color (decimal): -9069109 or 13344117. OLE color: 13344117.

HSL color Cylindrical-coordinate representation of color #759DCB: hue angle of 212.09º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #759DCB is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117157203-
CMYK0.420.2300.20
HSL212.09º45.26%62.75%-
HSV(B)212.09º42.36%79.61%-
XYZ30.1732.2161.13-
YUV150.28157.75104.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=24.53%
G=32.91%
B=42.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171572030.420.2300.20212.0945.2662.75
Hex759DCB2A17014d42d3f
Octal16523531352270243245577
Binary111010110011101110010111010101011101010011010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,157,203); }

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

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

 a { background-color: rgb(117,157,203); }

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

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

 span { border-color: rgb(117,157,203); }

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