Html Css Color HEX #373B48 Cloud Burst

📋 copy color: '#373B48'

red 55 ◦ green 59 ◦ blue 72

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

Shades of Cloud Burst #373B48

Tints of Cloud Burst #373B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.72%

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

R = 29.57%
G = 31.72%
B = 38.71%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#373B48 (or 0x373B48) is known color: Cloud Burst. HEX triplet: 37, 3B and 48. RGB value is (55,59,72). Sum of RGB (Red+Green+Blue) = 55+59+72=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #373B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B48 is #C8C4B7. Grayscale: #3B3B3B. Windows color (decimal): -13157560 or 4733751. OLE color: 4733751.

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

Color convert

RGB 55 59 72 -
CMYK 0.24 0.18 0 0.72
HSL 225.88º 0.13% 0.25% -
HSV(B) 225.88º 0.24% 0.28% -
XYZ 4.31 4.41 6.75 -
YUV 59.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 55 59 72 0.24 0.18 0 0.72 225.88 0.13 0.25
Hex 37 3B 48 18 12 0 48 E2 D 19
Octal 67 73 110 30 22 0 110 342 15 31
Binary 110111 111011 1001000 11000 10010 0 1001000 11100010 1101 11001

Color Harmonies of #373B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B48

Black with #373B48

Text Example


Text Example

White with #373B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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