#708DAF

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

Shades of Ship Cove #708DAF

Tints of Ship Cove #708DAF

Color information

#708DAF (or 0x708DAF) is unknown color: approx Ship Cove. HEX triplet: 70, 8D and AF. RGB value is (112,141,175). Sum of RGB (Red+Green+Blue) = 112+141+175=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #708DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAF is #8F7250. Grayscale: #888888. Windows color (decimal): -9400913 or 11505008. OLE color: 11505008.

HSL color Cylindrical-coordinate representation of color #708DAF: hue angle of 212.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708DAF is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112141175-
CMYK0.360.1900.31
HSL212.38º28.25%56.27%-
HSV(B)212.38º36%68.63%-
XYZ23.9425.5944.23-
YUV136.2149.89110.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=26.17%
G=32.94%
B=40.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121411750.360.1900.31212.3828.2556.27
Hex708DAF241301Fd41c38
Octal16021525744230373243470
Binary11100001000110110101111100100100110111111101010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,175); }

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

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

 a { background-color: rgb(112,141,175); }

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

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

 span { border-color: rgb(112,141,175); }

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