Html Css Color HEX #739BCA Polo Blue

📋 copy color: '#739BCA'

red 115 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #739BCA

Tints of Polo Blue #739BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 24.36%
G = 32.84%
B = 42.8%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#739BCA (or 0x739BCA) is known color: Polo Blue. HEX triplet: 73, 9B and CA. RGB value is (115,155,202). Sum of RGB (Red+Green+Blue) = 115+155+202=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #739BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BCA is #8C6435. Grayscale: #949494. Windows color (decimal): -9200694 or 13278067. OLE color: 13278067.

HSL color Cylindrical-coordinate representation of color #739BCA: hue angle of 212.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #739BCA is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 155 202 -
CMYK 0.43 0.23 0 0.21
HSL 212.41º 0.45% 0.62% -
HSV(B) 212.41º 0.43% 0.79% -
XYZ 29.45 31.35 60.38 -
YUV 148.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 115 155 202 0.43 0.23 0 0.21 212.41 0.45 0.62
Hex 73 9B CA 2B 17 0 15 D4 2D 3E
Octal 163 233 312 53 27 0 25 324 55 76
Binary 1110011 10011011 11001010 101011 10111 0 10101 11010100 101101 111110

Color Harmonies of #739BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BCA

Black with #739BCA

Text Example


Text Example

White with #739BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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