#708488

Color #708488 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #708488

Tints of Gothic #708488

Color information

#708488 (or 0x708488) is unknown color: approx Gothic. HEX triplet: 70, 84 and 88. RGB value is (112,132,136). Sum of RGB (Red+Green+Blue) = 112+132+136=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: blue. Hex color #708488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708488 is #8F7B77. Grayscale: #7E7E7E. Windows color (decimal): -9403256 or 8946800. OLE color: 8946800.

HSL color Cylindrical-coordinate representation of color #708488: hue angle of 190º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708488 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112132136-
CMYK0.180.0300.47
HSL190º9.68%48.63%-
HSV(B)190º17.65%53.33%-
XYZ19.3821.7226.46-
YUV126.48133.37117.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=29.47%
G=34.74%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121321360.180.0300.471909.6848.63
Hex70848812302Fbea31
Octal1602042102230572761261
Binary1110000100001001000100010010110101111101111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708488; }

 p { color: rgb(112,132,136); }

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

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

 a { background-color: rgb(112,132,136); }

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

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

 span { border-color: rgb(112,132,136); }

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