Html Css Color HEX #708CAF Ship Cove

📋 copy color: '#708CAF'

red 112 ◦ green 140 ◦ blue 175

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

Shades of Ship Cove #708CAF

Tints of Ship Cove #708CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 26.23%
G = 32.79%
B = 40.98%

CMYK

 C value IS 0.36

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#708CAF (or 0x708CAF) is known color: Ship Cove. HEX triplet: 70, 8C and AF. RGB value is (112,140,175). Sum of RGB (Red+Green+Blue) = 112+140+175=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #708CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CAF is #8F7350. Grayscale: #878787. Windows color (decimal): -9401169 or 11504752. OLE color: 11504752.

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

Color convert

RGB 112 140 175 -
CMYK 0.36 0.2 0 0.31
HSL 213.33º 0.28% 0.56% -
HSV(B) 213.33º 0.36% 0.69% -
XYZ 23.8 25.3 44.19 -
YUV 135.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 112 140 175 0.36 0.2 0 0.31 213.33 0.28 0.56
Hex 70 8C AF 24 14 0 1F D5 1C 38
Octal 160 214 257 44 24 0 37 325 34 70
Binary 1110000 10001100 10101111 100100 10100 0 11111 11010101 11100 111000

Color Harmonies of #708CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CAF

Black with #708CAF

Text Example


Text Example

White with #708CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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