Html Css Color HEX #708AAF Ship Cove

📋 copy color: '#708AAF'

red 112 ◦ green 138 ◦ blue 175

#708AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #708AAF

Tints of Ship Cove #708AAF

RGB

 RED value IS 112 (44.14% from 255) = 26.35%

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 26.35%
G = 32.47%
B = 41.18%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#708AAF (or 0x708AAF) is known color: Ship Cove. HEX triplet: 70, 8A and AF. RGB value is (112,138,175). Sum of RGB (Red+Green+Blue) = 112+138+175=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #708AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAF is #8F7550. Grayscale: #868686. Windows color (decimal): -9401681 or 11504240. OLE color: 11504240.

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

Color convert

RGB 112 138 175 -
CMYK 0.36 0.21 0 0.31
HSL 215.24º 0.28% 0.56% -
HSV(B) 215.24º 0.36% 0.69% -
XYZ 23.51 24.72 44.09 -
YUV 134.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 112 138 175 0.36 0.21 0 0.31 215.24 0.28 0.56
Hex 70 8A AF 24 15 0 1F D7 1C 38
Octal 160 212 257 44 25 0 37 327 34 70
Binary 1110000 10001010 10101111 100100 10101 0 11111 11010111 11100 111000

Color Harmonies of #708AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AAF

Black with #708AAF

Text Example


Text Example

White with #708AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,175); }

 H1.HeaderClassName
 {
   color: #708AAF;
 }
 .AnyTagClassName
 {
   color: #708AAF;
 }
</style>

background-color css

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

 a { background-color: rgb(112,138,175); }

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

border-color css

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

 span { border-color: rgb(112,138,175); }

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