Html Css Color HEX #739293 Juniper

📋 copy color: '#739293'

red 115 ◦ green 146 ◦ blue 147

#739293
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #739293

Tints of Juniper #739293

RGB

 RED value IS 115 (45.31% from 255) = 28.19%

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 28.19%
G = 35.78%
B = 36.03%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#739293 (or 0x739293) is known color: Juniper. HEX triplet: 73, 92 and 93. RGB value is (115,146,147). Sum of RGB (Red+Green+Blue) = 115+146+147=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #739293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739293 is #8C6D6C. Grayscale: #888888. Windows color (decimal): -9203053 or 9671283. OLE color: 9671283.

HSL color Cylindrical-coordinate representation of color #739293: hue angle of 181.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739293 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 146 147 -
CMYK 0.22 0.01 0 0.42
HSL 181.88º 0.13% 0.51% -
HSV(B) 181.88º 0.22% 0.58% -
XYZ 22.62 26.31 31.49 -
YUV 136.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 115 146 147 0.22 0.01 0 0.42 181.88 0.13 0.51
Hex 73 92 93 16 1 0 2A B6 D 33
Octal 163 222 223 26 1 0 52 266 15 63
Binary 1110011 10010010 10010011 10110 1 0 101010 10110110 1101 110011

Color Harmonies of #739293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739293

Black with #739293

Text Example


Text Example

White with #739293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739293; }

 p { color: rgb(115,146,147); }

 H1.HeaderClassName
 {
   color: #739293;
 }
 .AnyTagClassName
 {
   color: #739293;
 }
</style>

background-color css

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

 a { background-color: rgb(115,146,147); }

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

border-color css

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

 span { border-color: rgb(115,146,147); }

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