#708BAF

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

Shades of Ship Cove #708BAF

Tints of Ship Cove #708BAF

Color information

#708BAF (or 0x708BAF) is unknown color: approx Ship Cove. HEX triplet: 70, 8B and AF. RGB value is (112,139,175). Sum of RGB (Red+Green+Blue) = 112+139+175=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #708BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAF is #8F7450. Grayscale: #868686. Windows color (decimal): -9401425 or 11504496. OLE color: 11504496.

HSL color Cylindrical-coordinate representation of color #708BAF: hue angle of 214.29º 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 #708BAF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112139175-
CMYK0.360.2100.31
HSL214.29º28.25%56.27%-
HSV(B)214.29º36%68.63%-
XYZ23.6525.0144.14-
YUV135.03150.55111.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=26.29%
G=32.63%
B=41.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121391750.360.2100.31214.2928.2556.27
Hex708BAF241501Fd61c38
Octal16021325744250373263470
Binary11100001000101110101111100100101010111111101011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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