#739198

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

Shades of Gothic #739198

Tints of Gothic #739198

Color information

#739198 (or 0x739198) is unknown color: approx Gothic. HEX triplet: 73, 91 and 98. RGB value is (115,145,152). Sum of RGB (Red+Green+Blue) = 115+145+152=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #739198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739198 is #8C6E67. Grayscale: #888888. Windows color (decimal): -9203304 or 9998707. OLE color: 9998707.

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

Color convert

RGB115145152-
CMYK0.240.0500.40
HSL191.35º15.23%52.35%-
HSV(B)191.35º24.34%59.61%-
XYZ22.8626.1633.55-
YUV136.83136.56112.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=27.91%
G=35.19%
B=36.89%

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
Decimal1151451520.240.0500.40191.3515.2352.35
Hex739198185028bff34
Octal1632212303050502771764
Binary11100111001000110011000110001010101000101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739198; }

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

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

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

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

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

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

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

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