Html Css Color HEX #373A49 Cloud Burst

📋 copy color: '#373A49'

red 55 ◦ green 58 ◦ blue 73

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

Shades of Cloud Burst #373A49

Tints of Cloud Burst #373A49

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 value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#373A49 (or 0x373A49) is known color: 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

RGB 55 58 73 -
CMYK 0.25 0.21 0 0.71
HSL 230º 0.14% 0.25% -
HSV(B) 230º 0.25% 0.29% -
XYZ 4.29 4.32 6.91 -
YUV 58.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 55 58 73 0.25 0.21 0 0.71 230 0.14 0.25
Hex 37 3A 49 19 15 0 47 E6 E 19
Octal 67 72 111 31 25 0 107 346 16 31
Binary 110111 111010 1001001 11001 10101 0 1000111 11100110 1110 11001

Color Harmonies of #373A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A49

Black with #373A49

Text Example


Text Example

White with #373A49

Text Example


Text Example

HTML Codes & Css Web 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>