Html Css Color HEX #373E48 Cloud Burst

📋 copy color: '#373E48'

red 55 ◦ green 62 ◦ blue 72

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

Shades of Cloud Burst #373E48

Tints of Cloud Burst #373E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 29.1%
G = 32.8%
B = 38.1%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#373E48 (or 0x373E48) is known color: Cloud Burst. HEX triplet: 37, 3E and 48. RGB value is (55,62,72). Sum of RGB (Red+Green+Blue) = 55+62+72=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #373E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E48 is #C8C1B7. Grayscale: #3D3D3D. Windows color (decimal): -13156792 or 4734519. OLE color: 4734519.

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

Color convert

RGB 55 62 72 -
CMYK 0.24 0.14 0 0.72
HSL 215.29º 0.13% 0.25% -
HSV(B) 215.29º 0.24% 0.28% -
XYZ 4.47 4.73 6.81 -
YUV 61.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 55 62 72 0.24 0.14 0 0.72 215.29 0.13 0.25
Hex 37 3E 48 18 E 0 48 D7 D 19
Octal 67 76 110 30 16 0 110 327 15 31
Binary 110111 111110 1001000 11000 1110 0 1001000 11010111 1101 11001

Color Harmonies of #373E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E48

Black with #373E48

Text Example


Text Example

White with #373E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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