#729498

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

Shades of Gothic #729498

Tints of Gothic #729498

Color information

#729498 (or 0x729498) is unknown color: approx Gothic. HEX triplet: 72, 94 and 98. RGB value is (114,148,152). Sum of RGB (Red+Green+Blue) = 114+148+152=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #729498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729498 is #8D6B67. Grayscale: #8A8A8A. Windows color (decimal): -9268072 or 9999474. OLE color: 9999474.

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

Color convert

RGB114148152-
CMYK0.250.0300.40
HSL186.32º15.57%52.16%-
HSV(B)186.32º25%59.61%-
XYZ23.227.0233.7-
YUV138.29135.74110.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=27.54%
G=35.75%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141481520.250.0300.40186.3215.5752.16
Hex729498193028ba1034
Octal1622242303130502722064
Binary11100101001010010011000110011101010001011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729498; }

 p { color: rgb(114,148,152); }

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

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

 a { background-color: rgb(114,148,152); }

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

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

 span { border-color: rgb(114,148,152); }

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