#728AAC

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

Shades of Ship Cove #728AAC

Tints of Ship Cove #728AAC

Color information

#728AAC (or 0x728AAC) is unknown color: approx Ship Cove. HEX triplet: 72, 8A and AC. RGB value is (114,138,172). Sum of RGB (Red+Green+Blue) = 114+138+172=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #728AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAC is #8D7553. Grayscale: #868686. Windows color (decimal): -9270612 or 11307634. OLE color: 11307634.

HSL color Cylindrical-coordinate representation of color #728AAC: hue angle of 215.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728AAC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114138172-
CMYK0.340.2000.33
HSL215.17º25.89%56.08%-
HSV(B)215.17º33.72%67.45%-
XYZ23.4724.7342.57-
YUV134.7149.05113.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=26.89%
G=32.55%
B=40.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141381720.340.2000.33215.1725.8956.08
Hex728AAC2214021d71a38
Octal16221225442240413273270
Binary111001010001010101011001000101010001000011101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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