#708AAD

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

Shades of Ship Cove #708AAD

Tints of Ship Cove #708AAD

Color information

#708AAD (or 0x708AAD) is unknown color: approx Ship Cove. HEX triplet: 70, 8A and AD. RGB value is (112,138,173). Sum of RGB (Red+Green+Blue) = 112+138+173=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #708AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAD is #8F7552. Grayscale: #868686. Windows color (decimal): -9401683 or 11373168. OLE color: 11373168.

HSL color Cylindrical-coordinate representation of color #708AAD: hue angle of 214.43º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708AAD is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112138173-
CMYK0.350.2000.32
HSL214.43º27.11%55.88%-
HSV(B)214.43º35.26%67.84%-
XYZ23.3124.6443.06-
YUV134.22149.89112.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=26.48%
G=32.62%
B=40.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121381730.350.2000.32214.4327.1155.88
Hex708AAD2314020d61b38
Octal16021225543240403263370
Binary111000010001010101011011000111010001000001101011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708AAD; }

 p { color: rgb(112,138,173); }

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

<style>
 a { background-color: #708AAD; }

 a { background-color: rgb(112,138,173); }

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

<style>
 span { border-color: #708AAD; }

 span { border-color: rgb(112,138,173); }

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