#728BAA

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

Shades of Ship Cove #728BAA

Tints of Ship Cove #728BAA

Color information

#728BAA (or 0x728BAA) is unknown color: approx Ship Cove. HEX triplet: 72, 8B and AA. RGB value is (114,139,170). Sum of RGB (Red+Green+Blue) = 114+139+170=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #728BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAA is #8D7455. Grayscale: #868686. Windows color (decimal): -9270358 or 11176818. OLE color: 11176818.

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

Color convert

RGB114139170-
CMYK0.330.1800.33
HSL213.21º24.78%55.69%-
HSV(B)213.21º32.94%66.67%-
XYZ23.4324.9441.61-
YUV135.06147.72112.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=26.95%
G=32.86%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141391700.330.1800.33213.2124.7855.69
Hex728BAA2112021d51938
Octal16221325241220413253170
Binary111001010001011101010101000011001001000011101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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