Html Css Color HEX #373F49 Cloud Burst

📋 copy color: '#373F49'

red 55 ◦ green 63 ◦ blue 73

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

Shades of Cloud Burst #373F49

Tints of Cloud Burst #373F49

RGB

 RED value IS 55 (21.88% from 255) = 28.8%

 GREEN value IS 63 (25% from 255) = 32.98%

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 28.8%
G = 32.98%
B = 38.22%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#373F49 (or 0x373F49) is known color: Cloud Burst. HEX triplet: 37, 3F and 49. RGB value is (55,63,73). Sum of RGB (Red+Green+Blue) = 55+63+73=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #373F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F49 is #C8C0B6. Grayscale: #3D3D3D. Windows color (decimal): -13156535 or 4800311. OLE color: 4800311.

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

Color convert

RGB 55 63 73 -
CMYK 0.25 0.14 0 0.71
HSL 213.33º 0.14% 0.25% -
HSV(B) 213.33º 0.25% 0.29% -
XYZ 4.56 4.85 7 -
YUV 61.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 55 63 73 0.25 0.14 0 0.71 213.33 0.14 0.25
Hex 37 3F 49 19 E 0 47 D5 E 19
Octal 67 77 111 31 16 0 107 325 16 31
Binary 110111 111111 1001001 11001 1110 0 1000111 11010101 1110 11001

Color Harmonies of #373F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F49

Black with #373F49

Text Example


Text Example

White with #373F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #373F49;
 }
 .AnyTagClassName
 {
   color: #373F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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