#728BAE

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

Shades of Ship Cove #728BAE

Tints of Ship Cove #728BAE

Color information

#728BAE (or 0x728BAE) is unknown color: approx Ship Cove. HEX triplet: 72, 8B and AE. RGB value is (114,139,174). Sum of RGB (Red+Green+Blue) = 114+139+174=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #728BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAE is #8D7451. Grayscale: #878787. Windows color (decimal): -9270354 or 11438962. OLE color: 11438962.

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

Color convert

RGB114139174-
CMYK0.340.2000.32
HSL215º27.03%56.47%-
HSV(B)215º34.48%68.24%-
XYZ23.8125.143.63-
YUV135.51149.72112.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=26.70%
G=32.55%
B=40.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141391740.340.2000.3221527.0356.47
Hex728BAE2214020d71b38
Octal16221325642240403273370
Binary111001010001011101011101000101010001000001101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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