#708CB0

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

Shades of Ship Cove #708CB0

Tints of Ship Cove #708CB0

Color information

#708CB0 (or 0x708CB0) is unknown color: approx Ship Cove. HEX triplet: 70, 8C and B0. RGB value is (112,140,176). Sum of RGB (Red+Green+Blue) = 112+140+176=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #708CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CB0 is #8F734F. Grayscale: #878787. Windows color (decimal): -9401168 or 11570288. OLE color: 11570288.

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

Color convert

RGB112140176-
CMYK0.360.2000.31
HSL213.75º28.83%56.47%-
HSV(B)213.75º36.36%69.02%-
XYZ23.925.3444.71-
YUV135.73150.72111.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=26.17%
G=32.71%
B=41.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121401760.360.2000.31213.7528.8356.47
Hex708CB0241401Fd61d38
Octal16021426044240373263570
Binary11100001000110010110000100100101000111111101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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