#739098

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

Shades of Gothic #739098

Tints of Gothic #739098

Color information

#739098 (or 0x739098) is unknown color: approx Gothic. HEX triplet: 73, 90 and 98. RGB value is (115,144,152). Sum of RGB (Red+Green+Blue) = 115+144+152=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #739098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739098 is #8C6F67. Grayscale: #888888. Windows color (decimal): -9203560 or 9998451. OLE color: 9998451.

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

Color convert

RGB115144152-
CMYK0.240.0500.40
HSL192.97º15.23%52.35%-
HSV(B)192.97º24.34%59.61%-
XYZ22.7125.8633.5-
YUV136.24136.89112.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=27.98%
G=35.04%
B=36.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151441520.240.0500.40192.9715.2352.35
Hex739098185028c1f34
Octal1632202303050503011764
Binary11100111001000010011000110001010101000110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739098; }

 p { color: rgb(115,144,152); }

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

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

 a { background-color: rgb(115,144,152); }

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

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

 span { border-color: rgb(115,144,152); }

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