#37404C

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

Shades of Cloud Burst #37404C

Tints of Cloud Burst #37404C

Color information

#37404C (or 0x37404C) is unknown color: approx Cloud Burst. HEX triplet: 37, 40 and 4C. RGB value is (55,64,76). Sum of RGB (Red+Green+Blue) = 55+64+76=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #37404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37404C is #C8BFB3. Grayscale: #3E3E3E. Windows color (decimal): -13156276 or 4997175. OLE color: 4997175.

HSL color Cylindrical-coordinate representation of color #37404C: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #37404C is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB556476-
CMYK0.280.1600.70
HSL214.29º16.03%25.69%-
HSV(B)214.29º27.63%29.8%-
XYZ4.7157.55-
YUV62.68135.52122.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=28.21%
G=32.82%
B=38.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5564760.280.1600.70214.2916.0325.69
Hex37404C1C10046d6101a
Octal67100114342001063262032
Binary11011110000001001100111001000001000110110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37404C; }

 p { color: rgb(55,64,76); }

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

<style>
 a { background-color: #37404C; }

 a { background-color: rgb(55,64,76); }

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

<style>
 span { border-color: #37404C; }

 span { border-color: rgb(55,64,76); }

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