#7596CE

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

Shades of Polo Blue #7596CE

Tints of Polo Blue #7596CE

Color information

#7596CE (or 0x7596CE) is unknown color: approx Polo Blue. HEX triplet: 75, 96 and CE. RGB value is (117,150,206). Sum of RGB (Red+Green+Blue) = 117+150+206=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7596CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596CE is #8A6931. Grayscale: #929292. Windows color (decimal): -9070898 or 13538933. OLE color: 13538933.

HSL color Cylindrical-coordinate representation of color #7596CE: hue angle of 217.75º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7596CE is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117150206-
CMYK0.430.2700.19
HSL217.75º47.59%63.33%-
HSV(B)217.75º43.2%80.78%-
XYZ29.3830.0562.64-
YUV146.52161.57106.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=24.74%
G=31.71%
B=43.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171502060.430.2700.19217.7547.5963.33
Hex7596CE2B1B013da303f
Octal16522631653330233326077
Binary111010110010110110011101010111101101001111011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596CE; }

 p { color: rgb(117,150,206); }

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

<style>
 a { background-color: #7596CE; }

 a { background-color: rgb(117,150,206); }

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

<style>
 span { border-color: #7596CE; }

 span { border-color: rgb(117,150,206); }

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