#374151

Color #374151 Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #374151

Tints of Cloud Burst #374151

Color information

#374151 (or 0x374151) is unknown color: approx Cloud Burst. HEX triplet: 37, 41 and 51. RGB value is (55,65,81). Sum of RGB (Red+Green+Blue) = 55+65+81=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #374151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374151 is #C8BEAE. Grayscale: #3F3F3F. Windows color (decimal): -13156015 or 5325111. OLE color: 5325111.

HSL color Cylindrical-coordinate representation of color #374151: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374151 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB556581-
CMYK0.320.2000.68
HSL216.92º19.12%26.67%-
HSV(B)216.92º32.1%31.76%-
XYZ4.955.198.52-
YUV63.83137.69121.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=27.36%
G=32.34%
B=40.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5565810.320.2000.68216.9219.1226.67
Hex3741512014044d9131b
Octal67101121402401043312333
Binary110111100000110100011000001010001000100110110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374151; }

 p { color: rgb(55,65,81); }

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

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

 a { background-color: rgb(55,65,81); }

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

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

 span { border-color: rgb(55,65,81); }

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