#708BB5

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

Shades of Ship Cove #708BB5

Tints of Ship Cove #708BB5

Color information

#708BB5 (or 0x708BB5) is unknown color: approx Ship Cove. HEX triplet: 70, 8B and B5. RGB value is (112,139,181). Sum of RGB (Red+Green+Blue) = 112+139+181=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #708BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BB5 is #8F744A. Grayscale: #878787. Windows color (decimal): -9401419 or 11897712. OLE color: 11897712.

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

Color convert

RGB112139181-
CMYK0.380.2300.29
HSL216.52º31.8%57.45%-
HSV(B)216.52º38.12%70.98%-
XYZ24.2625.2547.31-
YUV135.71153.55111.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=25.93%
G=32.18%
B=41.90%

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
Decimal1121391810.380.2300.29216.5231.857.45
Hex708BB5261701Dd92039
Octal16021326546270353314071
Binary111000010001011101101011001101011101110111011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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