Html Css Color HEX #7397CC Polo Blue

📋 copy color: '#7397CC'

red 115 ◦ green 151 ◦ blue 204

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

Shades of Polo Blue #7397CC

Tints of Polo Blue #7397CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

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

R = 24.47%
G = 32.13%
B = 43.4%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7397CC (or 0x7397CC) is known color: Polo Blue. HEX triplet: 73, 97 and CC. RGB value is (115,151,204). Sum of RGB (Red+Green+Blue) = 115+151+204=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #7397CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397CC is #8C6833. Grayscale: #929292. Windows color (decimal): -9201716 or 13408115. OLE color: 13408115.

HSL color Cylindrical-coordinate representation of color #7397CC: hue angle of 215.73º 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 #7397CC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 151 204 -
CMYK 0.44 0.26 0 0.2
HSL 215.73º 0.47% 0.63% -
HSV(B) 215.73º 0.44% 0.8% -
XYZ 29.04 30.14 61.41 -
YUV 146.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 115 151 204 0.44 0.26 0 0.2 215.73 0.47 0.63
Hex 73 97 CC 2C 1A 0 14 D8 2F 3F
Octal 163 227 314 54 32 0 24 330 57 77
Binary 1110011 10010111 11001100 101100 11010 0 10100 11011000 101111 111111

Color Harmonies of #7397CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7397CC

Black with #7397CC

Text Example


Text Example

White with #7397CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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