#373B48

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

Shades of Cloud Burst #373B48

Tints of Cloud Burst #373B48

Color information

#373B48 (or 0x373B48) is unknown color: approx Cloud Burst. HEX triplet: 37, 3B and 48. RGB value is (55,59,72). Sum of RGB (Red+Green+Blue) = 55+59+72=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #373B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B48 is #C8C4B7. Grayscale: #3B3B3B. Windows color (decimal): -13157560 or 4733751. OLE color: 4733751.

HSL color Cylindrical-coordinate representation of color #373B48: hue angle of 225.88º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #373B48 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB555972-
CMYK0.240.1800.72
HSL225.88º13.39%24.9%-
HSV(B)225.88º23.61%28.24%-
XYZ4.314.416.75-
YUV59.29135.17124.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=29.57%
G=31.72%
B=38.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5559720.240.1800.72225.8813.3924.9
Hex373B481812048e2d19
Octal6773110302201103421531
Binary110111111011100100011000100100100100011100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373B48; }

 p { color: rgb(55,59,72); }

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

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

 a { background-color: rgb(55,59,72); }

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

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

 span { border-color: rgb(55,59,72); }

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