#394251

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

Shades of Cloud Burst #394251

Tints of Cloud Burst #394251

Color information

#394251 (or 0x394251) is unknown color: approx Cloud Burst. HEX triplet: 39, 42 and 51. RGB value is (57,66,81). Sum of RGB (Red+Green+Blue) = 57+66+81=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #394251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394251 is #C6BDAE. Grayscale: #404040. Windows color (decimal): -13024687 or 5325369. OLE color: 5325369.

HSL color Cylindrical-coordinate representation of color #394251: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394251 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB576681-
CMYK0.300.1900.68
HSL217.5º17.39%27.06%-
HSV(B)217.5º29.63%31.76%-
XYZ5.125.368.55-
YUV65.02137.02122.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=27.94%
G=32.35%
B=39.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5766810.300.1900.68217.517.3927.06
Hex3942511E13044d9111b
Octal71102121362301043312133
Binary11100110000101010001111101001101000100110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394251; }

 p { color: rgb(57,66,81); }

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

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

 a { background-color: rgb(57,66,81); }

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

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

 span { border-color: rgb(57,66,81); }

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