#739399

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

Shades of Gothic #739399

Tints of Gothic #739399

Color information

#739399 (or 0x739399) is unknown color: approx Gothic. HEX triplet: 73, 93 and 99. RGB value is (115,147,153). Sum of RGB (Red+Green+Blue) = 115+147+153=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #739399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739399 is #8C6C66. Grayscale: #8A8A8A. Windows color (decimal): -9202791 or 10064755. OLE color: 10064755.

HSL color Cylindrical-coordinate representation of color #739399: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739399 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115147153-
CMYK0.250.0400.4
HSL189.47º15.7%52.55%-
HSV(B)189.47º24.84%60%-
XYZ23.2526.8134.09-
YUV138.12136.4111.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=27.71%
G=35.42%
B=36.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151471530.250.0400.4189.4715.752.55
Hex739399194028bd1035
Octal1632232313140502752065
Binary111001110010011100110011100110001010001011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739399; }

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

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

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

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

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

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

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

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