#373D49

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

Shades of Cloud Burst #373D49

Tints of Cloud Burst #373D49

Color information

#373D49 (or 0x373D49) is unknown color: approx Cloud Burst. HEX triplet: 37, 3D and 49. RGB value is (55,61,73). Sum of RGB (Red+Green+Blue) = 55+61+73=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #373D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D49 is #C8C2B6. Grayscale: #3C3C3C. Windows color (decimal): -13157047 or 4799799. OLE color: 4799799.

HSL color Cylindrical-coordinate representation of color #373D49: hue angle of 220º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #373D49 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB556173-
CMYK0.250.1600.71
HSL220º14.06%25.1%-
HSV(B)220º24.66%28.63%-
XYZ4.454.636.96-
YUV60.57135.01124.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=29.10%
G=32.28%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5561730.250.1600.7122014.0625.1
Hex373D491910047dce19
Octal6775111312001073341631
Binary110111111101100100111001100000100011111011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,61,73); }

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

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

 a { background-color: rgb(55,61,73); }

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

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

 span { border-color: rgb(55,61,73); }

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