Html Css Color HEX #739ACC Polo Blue

📋 copy color: '#739ACC'

red 115 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #739ACC

Tints of Polo Blue #739ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

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

R = 24.31%
G = 32.56%
B = 43.13%

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

#739ACC (or 0x739ACC) is known color: Polo Blue. HEX triplet: 73, 9A and CC. RGB value is (115,154,204). Sum of RGB (Red+Green+Blue) = 115+154+204=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #739ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ACC is #8C6533. Grayscale: #939393. Windows color (decimal): -9200948 or 13408883. OLE color: 13408883.

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

Color convert

RGB 115 154 204 -
CMYK 0.44 0.25 0 0.2
HSL 213.71º 0.47% 0.63% -
HSV(B) 213.71º 0.44% 0.8% -
XYZ 29.52 31.12 61.58 -
YUV 148.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 115 154 204 0.44 0.25 0 0.2 213.71 0.47 0.63
Hex 73 9A CC 2C 19 0 14 D6 2F 3F
Octal 163 232 314 54 31 0 24 326 57 77
Binary 1110011 10011010 11001100 101100 11001 0 10100 11010110 101111 111111

Color Harmonies of #739ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739ACC

Black with #739ACC

Text Example


Text Example

White with #739ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739ACC; }

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

 H1.HeaderClassName
 {
   color: #739ACC;
 }
 .AnyTagClassName
 {
   color: #739ACC;
 }
</style>

background-color css

<style>
 a { background-color: #739ACC; }

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

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

border-color css

<style>
 span { border-color: #739ACC; }

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

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