#393F4E

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

Shades of Cloud Burst #393F4E

Tints of Cloud Burst #393F4E

Color information

#393F4E (or 0x393F4E) is unknown color: approx Cloud Burst. HEX triplet: 39, 3F and 4E. RGB value is (57,63,78). Sum of RGB (Red+Green+Blue) = 57+63+78=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #393F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F4E is #C6C0B1. Grayscale: #3E3E3E. Windows color (decimal): -13025458 or 5127993. OLE color: 5127993.

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

Color convert

RGB576378-
CMYK0.270.1900.69
HSL222.86º15.56%26.47%-
HSV(B)222.86º26.92%30.59%-
XYZ4.844.977.91-
YUV62.92136.51123.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=28.79%
G=31.82%
B=39.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5763780.270.1900.69222.8615.5626.47
Hex393F4E1B13045df101a
Octal7177116332301053372032
Binary1110011111111001110110111001101000101110111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F4E; }

 p { color: rgb(57,63,78); }

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

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

 a { background-color: rgb(57,63,78); }

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

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

 span { border-color: rgb(57,63,78); }

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