Html Css Color HEX #739BCC Polo Blue

📋 copy color: '#739BCC'

red 115 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #739BCC

Tints of Polo Blue #739BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 24.26%
G = 32.7%
B = 43.04%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#739BCC (or 0x739BCC) is known color: Polo Blue. HEX triplet: 73, 9B and CC. RGB value is (115,155,204). Sum of RGB (Red+Green+Blue) = 115+155+204=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #739BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BCC is #8C6433. Grayscale: #949494. Windows color (decimal): -9200692 or 13409139. OLE color: 13409139.

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

Color convert

RGB 115 155 204 -
CMYK 0.44 0.24 0 0.2
HSL 213.03º 0.47% 0.63% -
HSV(B) 213.03º 0.44% 0.8% -
XYZ 29.69 31.45 61.63 -
YUV 148.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 115 155 204 0.44 0.24 0 0.2 213.03 0.47 0.63
Hex 73 9B CC 2C 18 0 14 D5 2F 3F
Octal 163 233 314 54 30 0 24 325 57 77
Binary 1110011 10011011 11001100 101100 11000 0 10100 11010101 101111 111111

Color Harmonies of #739BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BCC

Black with #739BCC

Text Example


Text Example

White with #739BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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