#709297

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

Shades of Gothic #709297

Tints of Gothic #709297

Color information

#709297 (or 0x709297) is unknown color: approx Gothic. HEX triplet: 70, 92 and 97. RGB value is (112,146,151). Sum of RGB (Red+Green+Blue) = 112+146+151=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 151 - color contains mainly: blue. Hex color #709297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709297 is #8F6D68. Grayscale: #888888. Windows color (decimal): -9399657 or 9933424. OLE color: 9933424.

HSL color Cylindrical-coordinate representation of color #709297: hue angle of 187.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709297 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112146151-
CMYK0.260.0300.41
HSL187.69º15.79%51.57%-
HSV(B)187.69º25.83%59.22%-
XYZ22.5526.2433.15-
YUV136.4136.24110.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 151 (59.38% from 255) = 36.92%
R=27.38%
G=35.70%
B=36.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121461510.260.0300.41187.6915.7951.57
Hex7092971A3029bc1034
Octal1602222273230512742064
Binary11100001001001010010111110101101010011011110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709297; }

 p { color: rgb(112,146,151); }

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

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

 a { background-color: rgb(112,146,151); }

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

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

 span { border-color: rgb(112,146,151); }

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