Html Css Color HEX #737486 Storm Grey

📋 copy color: '#737486'

red 115 ◦ green 116 ◦ blue 134

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

Shades of Storm Grey #737486

Tints of Storm Grey #737486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 31.51%
G = 31.78%
B = 36.71%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#737486 (or 0x737486) is known color: Storm Grey. HEX triplet: 73, 74 and 86. RGB value is (115,116,134). Sum of RGB (Red+Green+Blue) = 115+116+134=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #737486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737486 is #8C8B79. Grayscale: #757575. Windows color (decimal): -9210746 or 8811635. OLE color: 8811635.

HSL color Cylindrical-coordinate representation of color #737486: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737486 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 116 134 -
CMYK 0.14 0.13 0 0.47
HSL 236.84º 0.08% 0.49% -
HSV(B) 236.84º 0.14% 0.53% -
XYZ 17.62 17.86 25.07 -
YUV 117.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 115 116 134 0.14 0.13 0 0.47 236.84 0.08 0.49
Hex 73 74 86 E D 0 2F ED 8 31
Octal 163 164 206 16 15 0 57 355 10 61
Binary 1110011 1110100 10000110 1110 1101 0 101111 11101101 1000 110001

Color Harmonies of #737486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737486

Black with #737486

Text Example


Text Example

White with #737486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737486; }

 p { color: rgb(115,116,134); }

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

background-color css

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

 a { background-color: rgb(115,116,134); }

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

border-color css

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

 span { border-color: rgb(115,116,134); }

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