#708EB5

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

Shades of Ship Cove #708EB5

Tints of Ship Cove #708EB5

Color information

#708EB5 (or 0x708EB5) is unknown color: approx Ship Cove. HEX triplet: 70, 8E and B5. RGB value is (112,142,181). Sum of RGB (Red+Green+Blue) = 112+142+181=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #708EB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EB5 is #8F714A. Grayscale: #898989. Windows color (decimal): -9400651 or 11898480. OLE color: 11898480.

HSL color Cylindrical-coordinate representation of color #708EB5: hue angle of 213.91º degrees, saturation: 0.32, 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 #708EB5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112142181-
CMYK0.380.2200.29
HSL213.91º31.8%57.45%-
HSV(B)213.91º38.12%70.98%-
XYZ24.726.1347.46-
YUV137.48152.56109.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=25.75%
G=32.64%
B=41.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121421810.380.2200.29213.9131.857.45
Hex708EB5261601Dd62039
Octal16021626546260353264071
Binary111000010001110101101011001101011001110111010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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