#7599C3

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

Shades of Polo Blue #7599C3

Tints of Polo Blue #7599C3

Color information

#7599C3 (or 0x7599C3) is unknown color: approx Polo Blue. HEX triplet: 75, 99 and C3. RGB value is (117,153,195). Sum of RGB (Red+Green+Blue) = 117+153+195=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #7599C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599C3 is #8A663C. Grayscale: #929292. Windows color (decimal): -9070141 or 12818805. OLE color: 12818805.

HSL color Cylindrical-coordinate representation of color #7599C3: hue angle of 212.31º 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 #7599C3 is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117153195-
CMYK0.40.2200.24
HSL212.31º39.39%61.18%-
HSV(B)212.31º40%76.47%-
XYZ28.5830.556.01-
YUV147.02155.07106.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=25.16%
G=32.90%
B=41.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171531950.40.2200.24212.3139.3961.18
Hex7599C32816018d4273d
Octal16523130350260303244775
Binary111010110011001110000111010001011001100011010100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7599C3; }

 p { color: rgb(117,153,195); }

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

<style>
 a { background-color: #7599C3; }

 a { background-color: rgb(117,153,195); }

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

<style>
 span { border-color: #7599C3; }

 span { border-color: rgb(117,153,195); }

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