#374050

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

Shades of Cloud Burst #374050

Tints of Cloud Burst #374050

Color information

#374050 (or 0x374050) is unknown color: approx Cloud Burst. HEX triplet: 37, 40 and 50. RGB value is (55,64,80). Sum of RGB (Red+Green+Blue) = 55+64+80=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #374050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374050 is #C8BFAF. Grayscale: #3F3F3F. Windows color (decimal): -13156272 or 5259319. OLE color: 5259319.

HSL color Cylindrical-coordinate representation of color #374050: hue angle of 218.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374050 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB556480-
CMYK0.310.2000.69
HSL218.4º18.52%26.47%-
HSV(B)218.4º31.25%31.37%-
XYZ4.865.068.31-
YUV63.13137.52122.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=27.64%
G=32.16%
B=40.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5564800.310.2000.69218.418.5226.47
Hex3740501F14045da131a
Octal67100120372401053322332
Binary11011110000001010000111111010001000101110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374050; }

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

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

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

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

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

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

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

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