#373D46

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

Shades of Cloud Burst #373D46

Tints of Cloud Burst #373D46

Color information

#373D46 (or 0x373D46) is unknown color: approx Cloud Burst. HEX triplet: 37, 3D and 46. RGB value is (55,61,70). Sum of RGB (Red+Green+Blue) = 55+61+70=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #373D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D46 is #C8C2B9. Grayscale: #3C3C3C. Windows color (decimal): -13157050 or 4603191. OLE color: 4603191.

HSL color Cylindrical-coordinate representation of color #373D46: hue angle of 216º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373D46 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB556170-
CMYK0.210.1300.73
HSL216º12%24.51%-
HSV(B)216º21.43%27.45%-
XYZ4.354.596.45-
YUV60.23133.51124.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=29.57%
G=32.80%
B=37.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5561700.210.1300.732161224.51
Hex373D4615D049d8c19
Octal6775106251501113301431
Binary11011111110110001101010111010100100111011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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