#759CCD

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

Shades of Polo Blue #759CCD

Tints of Polo Blue #759CCD

Color information

#759CCD (or 0x759CCD) is unknown color: approx Polo Blue. HEX triplet: 75, 9C and CD. RGB value is (117,156,205). Sum of RGB (Red+Green+Blue) = 117+156+205=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #759CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CCD is #8A6332. Grayscale: #959595. Windows color (decimal): -9069363 or 13474933. OLE color: 13474933.

HSL color Cylindrical-coordinate representation of color #759CCD: hue angle of 213.41º degrees, saturation: 0.47, 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 #759CCD is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117156205-
CMYK0.430.2400.20
HSL213.41º46.81%63.14%-
HSV(B)213.41º42.93%80.39%-
XYZ30.2431.9762.33-
YUV149.92159.08104.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=24.48%
G=32.64%
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.20
SystemRedGreenBlueCMYKHSL
Decimal1171562050.430.2400.20213.4146.8163.14
Hex759CCD2B18014d52f3f
Octal16523431553300243255777
Binary111010110011100110011011010111100001010011010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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