#728DAF

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

Shades of Ship Cove #728DAF

Tints of Ship Cove #728DAF

Color information

#728DAF (or 0x728DAF) is unknown color: approx Ship Cove. HEX triplet: 72, 8D and AF. RGB value is (114,141,175). Sum of RGB (Red+Green+Blue) = 114+141+175=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #728DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAF is #8D7250. Grayscale: #888888. Windows color (decimal): -9269841 or 11505010. OLE color: 11505010.

HSL color Cylindrical-coordinate representation of color #728DAF: hue angle of 213.44º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #728DAF is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114141175-
CMYK0.350.1900.31
HSL213.44º27.6%56.67%-
HSV(B)213.44º34.86%68.63%-
XYZ24.225.7244.25-
YUV136.8149.55111.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=26.51%
G=32.79%
B=40.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141411750.350.1900.31213.4427.656.67
Hex728DAF231301Fd51c39
Octal16221525743230373253471
Binary11100101000110110101111100011100110111111101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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