#7298CA

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

Shades of Polo Blue #7298CA

Tints of Polo Blue #7298CA

Color information

#7298CA (or 0x7298CA) is unknown color: approx Polo Blue. HEX triplet: 72, 98 and CA. RGB value is (114,152,202). Sum of RGB (Red+Green+Blue) = 114+152+202=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #7298CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7298CA is #8D6735. Grayscale: #929292. Windows color (decimal): -9266998 or 13277298. OLE color: 13277298.

HSL color Cylindrical-coordinate representation of color #7298CA: hue angle of 214.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7298CA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114152202-
CMYK0.440.2500.21
HSL214.09º45.36%61.96%-
HSV(B)214.09º43.56%79.22%-
XYZ28.8330.360.21-
YUV146.34159.41104.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.36%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=24.36%
G=32.48%
B=43.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141522020.440.2500.21214.0945.3661.96
Hex7298CA2C19015d62d3e
Octal16223031254310253265576
Binary111001010011000110010101011001100101010111010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7298CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7298CA; }

 p { color: rgb(114,152,202); }

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

<style>
 a { background-color: #7298CA; }

 a { background-color: rgb(114,152,202); }

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

<style>
 span { border-color: #7298CA; }

 span { border-color: rgb(114,152,202); }

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