#37404B

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

Shades of Cloud Burst #37404B

Tints of Cloud Burst #37404B

Color information

#37404B (or 0x37404B) is unknown color: approx Cloud Burst. HEX triplet: 37, 40 and 4B. RGB value is (55,64,75). Sum of RGB (Red+Green+Blue) = 55+64+75=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #37404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37404B is #C8BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13156277 or 4931639. OLE color: 4931639.

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

Color convert

RGB556475-
CMYK0.270.1500.71
HSL213º15.38%25.49%-
HSV(B)213º26.67%29.41%-
XYZ4.684.997.37-
YUV62.56135.02122.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=28.35%
G=32.99%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5564750.270.1500.7121315.3825.49
Hex37404B1BF047d5f19
Octal67100113331701073251731
Binary110111100000010010111101111110100011111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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