#739299

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

Shades of Gothic #739299

Tints of Gothic #739299

Color information

#739299 (or 0x739299) is unknown color: approx Gothic. HEX triplet: 73, 92 and 99. RGB value is (115,146,153). Sum of RGB (Red+Green+Blue) = 115+146+153=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #739299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739299 is #8C6D66. Grayscale: #898989. Windows color (decimal): -9203047 or 10064499. OLE color: 10064499.

HSL color Cylindrical-coordinate representation of color #739299: hue angle of 191.05º 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 #739299 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115146153-
CMYK0.250.0500.4
HSL191.05º15.7%52.55%-
HSV(B)191.05º24.84%60%-
XYZ23.126.534.04-
YUV137.53136.73111.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=27.78%
G=35.27%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151461530.250.0500.4191.0515.752.55
Hex739299195028bf1035
Octal1632222313150502772065
Binary111001110010010100110011100110101010001011111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739299; }

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

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

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

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

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

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

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

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