#373A49

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

Shades of Cloud Burst #373A49

Tints of Cloud Burst #373A49

Color information

#373A49 (or 0x373A49) is unknown color: approx Cloud Burst. HEX triplet: 37, 3A and 49. RGB value is (55,58,73). Sum of RGB (Red+Green+Blue) = 55+58+73=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #373A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A49 is #C8C5B6. Grayscale: #3A3A3A. Windows color (decimal): -13157815 or 4799031. OLE color: 4799031.

HSL color Cylindrical-coordinate representation of color #373A49: hue angle of 230º 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 #373A49 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB555873-
CMYK0.250.2100.71
HSL230º14.06%25.1%-
HSV(B)230º24.66%28.63%-
XYZ4.294.326.91-
YUV58.81136.01125.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=29.57%
G=31.18%
B=39.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5558730.250.2100.7123014.0625.1
Hex373A491915047e6e19
Octal6772111312501073461631
Binary110111111010100100111001101010100011111100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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