#708EB4

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

Shades of Ship Cove #708EB4

Tints of Ship Cove #708EB4

Color information

#708EB4 (or 0x708EB4) is unknown color: approx Ship Cove. HEX triplet: 70, 8E and B4. RGB value is (112,142,180). Sum of RGB (Red+Green+Blue) = 112+142+180=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #708EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EB4 is #8F714B. Grayscale: #898989. Windows color (decimal): -9400652 or 11832944. OLE color: 11832944.

HSL color Cylindrical-coordinate representation of color #708EB4: hue angle of 213.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708EB4 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112142180-
CMYK0.380.2100.29
HSL213.53º31.19%57.25%-
HSV(B)213.53º37.78%70.59%-
XYZ24.5926.0946.92-
YUV137.36152.06109.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=25.81%
G=32.72%
B=41.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121421800.380.2100.29213.5331.1957.25
Hex708EB4261501Dd61f39
Octal16021626446250353263771
Binary11100001000111010110100100110101010111011101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,180); }

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

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

 a { background-color: rgb(112,142,180); }

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

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

 span { border-color: rgb(112,142,180); }

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