#373D4A

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

Shades of Cloud Burst #373D4A

Tints of Cloud Burst #373D4A

Color information

#373D4A (or 0x373D4A) is unknown color: approx Cloud Burst. HEX triplet: 37, 3D and 4A. RGB value is (55,61,74). Sum of RGB (Red+Green+Blue) = 55+61+74=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #373D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D4A is #C8C2B5. Grayscale: #3C3C3C. Windows color (decimal): -13157046 or 4865335. OLE color: 4865335.

HSL color Cylindrical-coordinate representation of color #373D4A: hue angle of 221.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #373D4A is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB556174-
CMYK0.260.1800.71
HSL221.05º14.73%25.29%-
HSV(B)221.05º25.68%29.02%-
XYZ4.484.647.14-
YUV60.69135.51123.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=28.95%
G=32.11%
B=38.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5561740.260.1800.71221.0514.7325.29
Hex373D4A1A12047ddf19
Octal6775112322201073351731
Binary110111111101100101011010100100100011111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,61,74); }

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

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

 a { background-color: rgb(55,61,74); }

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

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

 span { border-color: rgb(55,61,74); }

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