#374154

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

Shades of Cloud Burst #374154

Tints of Cloud Burst #374154

Color information

#374154 (or 0x374154) is unknown color: approx Cloud Burst. HEX triplet: 37, 41 and 54. RGB value is (55,65,84). Sum of RGB (Red+Green+Blue) = 55+65+84=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #374154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374154 is #C8BEAB. Grayscale: #404040. Windows color (decimal): -13156012 or 5521719. OLE color: 5521719.

HSL color Cylindrical-coordinate representation of color #374154: hue angle of 219.31º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374154 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB556584-
CMYK0.350.2300.67
HSL219.31º20.86%27.25%-
HSV(B)219.31º34.52%32.94%-
XYZ5.075.239.13-
YUV64.18139.19121.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=26.96%
G=31.86%
B=41.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5565840.350.2300.67219.3120.8627.25
Hex3741542317043db151b
Octal67101124432701033332533
Binary110111100000110101001000111011101000011110110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374154; }

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

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

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

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

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

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

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

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