Html Css Color HEX #737485 Storm Grey

📋 copy color: '#737485'

red 115 ◦ green 116 ◦ blue 133

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

Shades of Storm Grey #737485

Tints of Storm Grey #737485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 31.59%
G = 31.87%
B = 36.54%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737485 (or 0x737485) is known color: Storm Grey. HEX triplet: 73, 74 and 85. RGB value is (115,116,133). Sum of RGB (Red+Green+Blue) = 115+116+133=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #737485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737485 is #8C8B7A. Grayscale: #757575. Windows color (decimal): -9210747 or 8746099. OLE color: 8746099.

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

Color convert

RGB 115 116 133 -
CMYK 0.14 0.13 0 0.48
HSL 236.67º 0.07% 0.49% -
HSV(B) 236.67º 0.14% 0.52% -
XYZ 17.55 17.83 24.71 -
YUV 117.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 115 116 133 0.14 0.13 0 0.48 236.67 0.07 0.49
Hex 73 74 85 E D 0 30 ED 7 31
Octal 163 164 205 16 15 0 60 355 7 61
Binary 1110011 1110100 10000101 1110 1101 0 110000 11101101 111 110001

Color Harmonies of #737485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737485

Black with #737485

Text Example


Text Example

White with #737485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737485; }

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

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

background-color css

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

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

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

border-color css

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

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

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