#739397

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

Shades of Gothic #739397

Tints of Gothic #739397

Color information

#739397 (or 0x739397) is unknown color: approx Gothic. HEX triplet: 73, 93 and 97. RGB value is (115,147,151). Sum of RGB (Red+Green+Blue) = 115+147+151=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #739397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739397 is #8C6C68. Grayscale: #898989. Windows color (decimal): -9202793 or 9933683. OLE color: 9933683.

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

Color convert

RGB115147151-
CMYK0.240.0300.41
HSL186.67º14.75%52.16%-
HSV(B)186.67º23.84%59.22%-
XYZ23.0926.7533.22-
YUV137.89135.4111.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=27.85%
G=35.59%
B=36.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151471510.240.0300.41186.6714.7552.16
Hex739397183029bbf34
Octal1632232273030512731764
Binary1110011100100111001011111000110101001101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739397; }

 p { color: rgb(115,147,151); }

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

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

 a { background-color: rgb(115,147,151); }

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

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

 span { border-color: rgb(115,147,151); }

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