#728CAA

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

Shades of Ship Cove #728CAA

Tints of Ship Cove #728CAA

Color information

#728CAA (or 0x728CAA) is unknown color: approx Ship Cove. HEX triplet: 72, 8C and AA. RGB value is (114,140,170). Sum of RGB (Red+Green+Blue) = 114+140+170=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #728CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAA is #8D7355. Grayscale: #878787. Windows color (decimal): -9270102 or 11177074. OLE color: 11177074.

HSL color Cylindrical-coordinate representation of color #728CAA: hue angle of 212.14º 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 #728CAA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114140170-
CMYK0.330.1800.33
HSL212.14º24.78%55.69%-
HSV(B)212.14º32.94%66.67%-
XYZ23.5725.2441.66-
YUV135.65147.39112.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=26.89%
G=33.02%
B=40.09%

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
Decimal1141401700.330.1800.33212.1424.7855.69
Hex728CAA2112021d41938
Octal16221425241220413243170
Binary111001010001100101010101000011001001000011101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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