#384050

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

Shades of Cloud Burst #384050

Tints of Cloud Burst #384050

Color information

#384050 (or 0x384050) is unknown color: approx Cloud Burst. HEX triplet: 38, 40 and 50. RGB value is (56,64,80). Sum of RGB (Red+Green+Blue) = 56+64+80=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #384050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384050 is #C7BFAF. Grayscale: #3F3F3F. Windows color (decimal): -13090736 or 5259320. OLE color: 5259320.

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

Color convert

RGB566480-
CMYK0.300.2000.69
HSL220º17.65%26.67%-
HSV(B)220º30%31.37%-
XYZ4.915.098.31-
YUV63.43137.35122.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 80 (31.64% from 255) = 40%
R=28%
G=32%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5664800.300.2000.6922017.6526.67
Hex3840501E14045dc121b
Octal70100120362401053342233
Binary11100010000001010000111101010001000101110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384050; }

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

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

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

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

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

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

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

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