#708CB5

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

Shades of Ship Cove #708CB5

Tints of Ship Cove #708CB5

Color information

#708CB5 (or 0x708CB5) is unknown color: approx Ship Cove. HEX triplet: 70, 8C and B5. RGB value is (112,140,181). Sum of RGB (Red+Green+Blue) = 112+140+181=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #708CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CB5 is #8F734A. Grayscale: #888888. Windows color (decimal): -9401163 or 11897968. OLE color: 11897968.

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

Color convert

RGB112140181-
CMYK0.380.2300.29
HSL215.65º31.8%57.45%-
HSV(B)215.65º38.12%70.98%-
XYZ24.425.5447.36-
YUV136.3153.22110.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 181 (71.09% from 255) = 41.80%
R=25.87%
G=32.33%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121401810.380.2300.29215.6531.857.45
Hex708CB5261701Dd82039
Octal16021426546270353304071
Binary111000010001100101101011001101011101110111011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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