#394150

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

Shades of Cloud Burst #394150

Tints of Cloud Burst #394150

Color information

#394150 (or 0x394150) is unknown color: approx Cloud Burst. HEX triplet: 39, 41 and 50. RGB value is (57,65,80). Sum of RGB (Red+Green+Blue) = 57+65+80=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #394150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394150 is #C6BEAF. Grayscale: #404040. Windows color (decimal): -13024944 or 5259577. OLE color: 5259577.

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

Color convert

RGB576580-
CMYK0.290.1900.69
HSL219.13º16.79%26.86%-
HSV(B)219.13º28.75%31.37%-
XYZ5.035.238.33-
YUV64.32136.85122.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=28.22%
G=32.18%
B=39.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5765800.290.1900.69219.1316.7926.86
Hex3941501D13045db111b
Octal71101120352301053332133
Binary11100110000011010000111011001101000101110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394150; }

 p { color: rgb(57,65,80); }

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

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

 a { background-color: rgb(57,65,80); }

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

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

 span { border-color: rgb(57,65,80); }

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