Html Css Color HEX #7399CC Polo Blue

📋 copy color: '#7399CC'

red 115 ◦ green 153 ◦ blue 204

#7399CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #7399CC

Tints of Polo Blue #7399CC

RGB

 RED value IS 115 (45.31% from 255) = 24.36%

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 24.36%
G = 32.42%
B = 43.22%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7399CC (or 0x7399CC) is known color: Polo Blue. HEX triplet: 73, 99 and CC. RGB value is (115,153,204). Sum of RGB (Red+Green+Blue) = 115+153+204=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7399CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399CC is #8C6633. Grayscale: #939393. Windows color (decimal): -9201204 or 13408627. OLE color: 13408627.

HSL color Cylindrical-coordinate representation of color #7399CC: hue angle of 214.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7399CC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 153 204 -
CMYK 0.44 0.25 0 0.2
HSL 214.38º 0.47% 0.63% -
HSV(B) 214.38º 0.44% 0.8% -
XYZ 29.36 30.79 61.52 -
YUV 147.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 115 153 204 0.44 0.25 0 0.2 214.38 0.47 0.63
Hex 73 99 CC 2C 19 0 14 D6 2F 3F
Octal 163 231 314 54 31 0 24 326 57 77
Binary 1110011 10011001 11001100 101100 11001 0 10100 11010110 101111 111111

Color Harmonies of #7399CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7399CC

Black with #7399CC

Text Example


Text Example

White with #7399CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7399CC; }

 p { color: rgb(115,153,204); }

 H1.HeaderClassName
 {
   color: #7399CC;
 }
 .AnyTagClassName
 {
   color: #7399CC;
 }
</style>

background-color css

<style>
 a { background-color: #7399CC; }

 a { background-color: rgb(115,153,204); }

 div.DivClassName
 {
   background-color: #7399CC;
 }
 .BgClassName
 {
   background-color: #7399CC;
 }
</style>

border-color css

<style>
 span { border-color: #7399CC; }

 span { border-color: rgb(115,153,204); }

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