#373C4D

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

Shades of Cloud Burst #373C4D

Tints of Cloud Burst #373C4D

Color information

#373C4D (or 0x373C4D) is unknown color: approx Cloud Burst. HEX triplet: 37, 3C and 4D. RGB value is (55,60,77). Sum of RGB (Red+Green+Blue) = 55+60+77=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #373C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C4D is #C8C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13157299 or 5061687. OLE color: 5061687.

HSL color Cylindrical-coordinate representation of color #373C4D: hue angle of 226.36º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373C4D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB556077-
CMYK0.290.2200.70
HSL226.36º16.67%25.88%-
HSV(B)226.36º28.57%30.2%-
XYZ4.534.587.67-
YUV60.44137.34124.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 60 (23.83% from 255) = 31.25%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=28.65%
G=31.25%
B=40.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5560770.290.2200.70226.3616.6725.88
Hex373C4D1D16046e2111a
Octal6774115352601063422132
Binary1101111111001001101111011011001000110111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,60,77); }

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

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

 a { background-color: rgb(55,60,77); }

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

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

 span { border-color: rgb(55,60,77); }

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