Html Css Color HEX #708AAA Ship Cove

📋 copy color: '#708AAA'

red 112 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #708AAA

Tints of Ship Cove #708AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 26.67%
G = 32.86%
B = 40.48%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#708AAA (or 0x708AAA) is known color: Ship Cove. HEX triplet: 70, 8A and AA. RGB value is (112,138,170). Sum of RGB (Red+Green+Blue) = 112+138+170=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #708AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AAA is #8F7555. Grayscale: #858585. Windows color (decimal): -9401686 or 11176560. OLE color: 11176560.

HSL color Cylindrical-coordinate representation of color #708AAA: hue angle of 213.1º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708AAA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 138 170 -
CMYK 0.34 0.19 0 0.33
HSL 213.1º 0.25% 0.55% -
HSV(B) 213.1º 0.34% 0.67% -
XYZ 23.03 24.52 41.55 -
YUV 133.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 112 138 170 0.34 0.19 0 0.33 213.1 0.25 0.55
Hex 70 8A AA 22 13 0 21 D5 19 37
Octal 160 212 252 42 23 0 41 325 31 67
Binary 1110000 10001010 10101010 100010 10011 0 100001 11010101 11001 110111

Color Harmonies of #708AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AAA

Black with #708AAA

Text Example


Text Example

White with #708AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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