#708BB3

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

Shades of Ship Cove #708BB3

Tints of Ship Cove #708BB3

Color information

#708BB3 (or 0x708BB3) is unknown color: approx Ship Cove. HEX triplet: 70, 8B and B3. RGB value is (112,139,179). Sum of RGB (Red+Green+Blue) = 112+139+179=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #708BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BB3 is #8F744C. Grayscale: #878787. Windows color (decimal): -9401421 or 11766640. OLE color: 11766640.

HSL color Cylindrical-coordinate representation of color #708BB3: hue angle of 215.82º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708BB3 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112139179-
CMYK0.370.2200.30
HSL215.82º30.59%57.06%-
HSV(B)215.82º37.43%70.2%-
XYZ24.0525.1646.24-
YUV135.49152.55111.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=26.05%
G=32.33%
B=41.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121391790.370.2200.30215.8230.5957.06
Hex708BB3251601Ed81f39
Octal16021326345260363303771
Binary11100001000101110110011100101101100111101101100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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