#728DAE

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

Shades of Ship Cove #728DAE

Tints of Ship Cove #728DAE

Color information

#728DAE (or 0x728DAE) is unknown color: approx Ship Cove. HEX triplet: 72, 8D and AE. RGB value is (114,141,174). Sum of RGB (Red+Green+Blue) = 114+141+174=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #728DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAE is #8D7251. Grayscale: #888888. Windows color (decimal): -9269842 or 11439474. OLE color: 11439474.

HSL color Cylindrical-coordinate representation of color #728DAE: hue angle of 213º 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 #728DAE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114141174-
CMYK0.340.1900.32
HSL213º27.03%56.47%-
HSV(B)213º34.48%68.24%-
XYZ24.125.6843.73-
YUV136.69149.05111.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=26.57%
G=32.87%
B=40.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141411740.340.1900.3221327.0356.47
Hex728DAE2213020d51b38
Octal16221525642230403253370
Binary111001010001101101011101000101001101000001101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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