#728AAE

Color #728AAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #728AAE

Tints of Ship Cove #728AAE

Color information

#728AAE (or 0x728AAE) is unknown color: approx Ship Cove. HEX triplet: 72, 8A and AE. RGB value is (114,138,174). Sum of RGB (Red+Green+Blue) = 114+138+174=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #728AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAE is #8D7551. Grayscale: #868686. Windows color (decimal): -9270610 or 11438706. OLE color: 11438706.

HSL color Cylindrical-coordinate representation of color #728AAE: hue angle of 216º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728AAE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114138174-
CMYK0.340.2100.32
HSL216º27.03%56.47%-
HSV(B)216º34.48%68.24%-
XYZ23.6724.8143.59-
YUV134.93150.05113.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=26.76%
G=32.39%
B=40.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141381740.340.2100.3221627.0356.47
Hex728AAE2215020d81b38
Octal16221225642250403303370
Binary111001010001010101011101000101010101000001101100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728AAE; }

 p { color: rgb(114,138,174); }

 H1.HeaderClassName
 {
   color: #728AAE;
 }
 .AnyTagClassName
 {
   color: #728AAE;
 }
</style>
background-color css

<style>
 a { background-color: #728AAE; }

 a { background-color: rgb(114,138,174); }

 div.DivClassName
 {
   background-color: #728AAE;
 }
 .BgClassName
 {
   background-color: #728AAE;
 }
</style>
border-color css

<style>
 span { border-color: #728AAE; }

 span { border-color: rgb(114,138,174); }

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