#729098

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

Shades of Gothic #729098

Tints of Gothic #729098

Color information

#729098 (or 0x729098) is unknown color: approx Gothic. HEX triplet: 72, 90 and 98. RGB value is (114,144,152). Sum of RGB (Red+Green+Blue) = 114+144+152=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #729098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729098 is #8D6F67. Grayscale: #878787. Windows color (decimal): -9269096 or 9998450. OLE color: 9998450.

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

Color convert

RGB114144152-
CMYK0.250.0500.40
HSL192.63º15.57%52.16%-
HSV(B)192.63º25%59.61%-
XYZ22.5825.7933.49-
YUV135.94137.06112.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=27.80%
G=35.12%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141441520.250.0500.40192.6315.5752.16
Hex729098195028c11034
Octal1622202303150503012064
Binary111001010010000100110001100110101010001100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729098; }

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

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

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

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

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

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

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

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