#728CB0

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

Shades of Ship Cove #728CB0

Tints of Ship Cove #728CB0

Color information

#728CB0 (or 0x728CB0) is unknown color: approx Ship Cove. HEX triplet: 72, 8C and B0. RGB value is (114,140,176). Sum of RGB (Red+Green+Blue) = 114+140+176=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #728CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CB0 is #8D734F. Grayscale: #888888. Windows color (decimal): -9270096 or 11570290. OLE color: 11570290.

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

Color convert

RGB114140176-
CMYK0.350.2000.31
HSL214.84º28.18%56.86%-
HSV(B)214.84º35.23%69.02%-
XYZ24.1525.4744.72-
YUV136.33150.39112.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=26.51%
G=32.56%
B=40.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141401760.350.2000.31214.8428.1856.86
Hex728CB0231401Fd71c39
Octal16221426043240373273471
Binary11100101000110010110000100011101000111111101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,176); }

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

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

 a { background-color: rgb(114,140,176); }

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

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

 span { border-color: rgb(114,140,176); }

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