#37414D

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

Shades of Cloud Burst #37414D

Tints of Cloud Burst #37414D

Color information

#37414D (or 0x37414D) is unknown color: approx Cloud Burst. HEX triplet: 37, 41 and 4D. RGB value is (55,65,77). Sum of RGB (Red+Green+Blue) = 55+65+77=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #37414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37414D is #C8BEB2. Grayscale: #3F3F3F. Windows color (decimal): -13156019 or 5062967. OLE color: 5062967.

HSL color Cylindrical-coordinate representation of color #37414D: hue angle of 212.73º 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 #37414D is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB556577-
CMYK0.290.1600.70
HSL212.73º16.67%25.88%-
HSV(B)212.73º28.57%30.2%-
XYZ4.815.137.76-
YUV63.38135.69122.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=27.92%
G=32.99%
B=39.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5565770.290.1600.70212.7316.6725.88
Hex37414D1D10046d5111a
Octal67101115352001063252132
Binary11011110000011001101111011000001000110110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37414D; }

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

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

<style>
 a { background-color: #37414D; }

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

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

<style>
 span { border-color: #37414D; }

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

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