#739095

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

Shades of Gothic #739095

Tints of Gothic #739095

Color information

#739095 (or 0x739095) is unknown color: approx Gothic. HEX triplet: 73, 90 and 95. RGB value is (115,144,149). Sum of RGB (Red+Green+Blue) = 115+144+149=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #739095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739095 is #8C6F6A. Grayscale: #878787. Windows color (decimal): -9203563 or 9801843. OLE color: 9801843.

HSL color Cylindrical-coordinate representation of color #739095: hue angle of 188.82º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739095 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115144149-
CMYK0.230.0300.42
HSL188.82º13.82%51.76%-
HSV(B)188.82º22.82%58.43%-
XYZ22.4725.7632.22-
YUV135.9135.39113.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=28.19%
G=35.29%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151441490.230.0300.42188.8213.8251.76
Hex73909517302Abde34
Octal1632202252730522751664
Binary1110011100100001001010110111110101010101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739095; }

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

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

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

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

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

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

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

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