Html Css Color HEX #729BA3 Neptune

📋 copy color: '#729BA3'

red 114 ◦ green 155 ◦ blue 163

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

Shades of Neptune #729BA3

Tints of Neptune #729BA3

RGB

 RED value IS 114 (44.92% from 255) = 26.39%

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

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 26.39%
G = 35.88%
B = 37.73%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#729BA3 (or 0x729BA3) is known color: Neptune. HEX triplet: 72, 9B and A3. RGB value is (114,155,163). Sum of RGB (Red+Green+Blue) = 114+155+163=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #729BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BA3 is #8D645C. Grayscale: #8F8F8F. Windows color (decimal): -9266269 or 10722162. OLE color: 10722162.

HSL color Cylindrical-coordinate representation of color #729BA3: hue angle of 189.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729BA3 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 155 163 -
CMYK 0.30 0.05 0 0.36
HSL 189.8º 0.21% 0.54% -
HSV(B) 189.8º 0.3% 0.64% -
XYZ 25.27 29.66 39.04 -
YUV 143.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 114 155 163 0.30 0.05 0 0.36 189.8 0.21 0.54
Hex 72 9B A3 1E 5 0 24 BE 15 36
Octal 162 233 243 36 5 0 44 276 25 66
Binary 1110010 10011011 10100011 11110 101 0 100100 10111110 10101 110110

Color Harmonies of #729BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BA3

Black with #729BA3

Text Example


Text Example

White with #729BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729BA3; }

 p { color: rgb(114,155,163); }

 H1.HeaderClassName
 {
   color: #729BA3;
 }
 .AnyTagClassName
 {
   color: #729BA3;
 }
</style>

background-color css

<style>
 a { background-color: #729BA3; }

 a { background-color: rgb(114,155,163); }

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

border-color css

<style>
 span { border-color: #729BA3; }

 span { border-color: rgb(114,155,163); }

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