#738D8E

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

Shades of Juniper #738D8E

Tints of Juniper #738D8E

Color information

#738D8E (or 0x738D8E) is unknown color: approx Juniper. HEX triplet: 73, 8D and 8E. RGB value is (115,141,142). Sum of RGB (Red+Green+Blue) = 115+141+142=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #738D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D8E is #8C7271. Grayscale: #858585. Windows color (decimal): -9204338 or 9342323. OLE color: 9342323.

HSL color Cylindrical-coordinate representation of color #738D8E: hue angle of 182.22º 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 #738D8E is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115141142-
CMYK0.190.0100.44
HSL182.22º10.67%50.39%-
HSV(B)182.22º19.01%55.69%-
XYZ21.4824.6529.22-
YUV133.34132.89114.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=28.89%
G=35.43%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151411420.190.0100.44182.2210.6750.39
Hex738D8E13102Cb6b32
Octal1632152162310542661362
Binary111001110001101100011101001110101100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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