#738A8E

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

Shades of Gothic #738A8E

Tints of Gothic #738A8E

Color information

#738A8E (or 0x738A8E) is unknown color: approx Gothic. HEX triplet: 73, 8A and 8E. RGB value is (115,138,142). Sum of RGB (Red+Green+Blue) = 115+138+142=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #738A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A8E is #8C7571. Grayscale: #838383. Windows color (decimal): -9205106 or 9341555. OLE color: 9341555.

HSL color Cylindrical-coordinate representation of color #738A8E: hue angle of 188.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738A8E is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115138142-
CMYK0.190.0300.44
HSL188.89º10.67%50.39%-
HSV(B)188.89º19.01%55.69%-
XYZ21.0423.7729.07-
YUV131.58133.88116.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=29.11%
G=34.94%
B=35.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151381420.190.0300.44188.8910.6750.39
Hex738A8E13302Cbdb32
Octal1632122162330542751362
Binary1110011100010101000111010011110101100101111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A8E; }

 p { color: rgb(115,138,142); }

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

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

 a { background-color: rgb(115,138,142); }

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

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

 span { border-color: rgb(115,138,142); }

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