Html Css Color HEX #739DC6 Polo Blue

📋 copy color: '#739DC6'

red 115 ◦ green 157 ◦ blue 198

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

Shades of Polo Blue #739DC6

Tints of Polo Blue #739DC6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.4%

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 24.47%
G = 33.4%
B = 42.13%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#739DC6 (or 0x739DC6) is known color: Polo Blue. HEX triplet: 73, 9D and C6. RGB value is (115,157,198). Sum of RGB (Red+Green+Blue) = 115+157+198=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #739DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DC6 is #8C6239. Grayscale: #949494. Windows color (decimal): -9200186 or 13016435. OLE color: 13016435.

HSL color Cylindrical-coordinate representation of color #739DC6: hue angle of 209.64º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #739DC6 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 157 198 -
CMYK 0.42 0.21 0 0.22
HSL 209.64º 0.42% 0.61% -
HSV(B) 209.64º 0.42% 0.78% -
XYZ 29.32 31.84 58.03 -
YUV 149.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 115 157 198 0.42 0.21 0 0.22 209.64 0.42 0.61
Hex 73 9D C6 2A 15 0 16 D2 2A 3D
Octal 163 235 306 52 25 0 26 322 52 75
Binary 1110011 10011101 11000110 101010 10101 0 10110 11010010 101010 111101

Color Harmonies of #739DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DC6

Black with #739DC6

Text Example


Text Example

White with #739DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,157,198); }

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

background-color css

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

 a { background-color: rgb(115,157,198); }

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

border-color css

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

 span { border-color: rgb(115,157,198); }

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