#384151

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

Shades of Cloud Burst #384151

Tints of Cloud Burst #384151

Color information

#384151 (or 0x384151) is unknown color: approx Cloud Burst. HEX triplet: 38, 41 and 51. RGB value is (56,65,81). Sum of RGB (Red+Green+Blue) = 56+65+81=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #384151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384151 is #C7BEAE. Grayscale: #404040. Windows color (decimal): -13090479 or 5325112. OLE color: 5325112.

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

Color convert

RGB566581-
CMYK0.310.2000.68
HSL218.4º18.25%26.86%-
HSV(B)218.4º30.86%31.76%-
XYZ5.015.228.53-
YUV64.13137.52122.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=27.72%
G=32.18%
B=40.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5665810.310.2000.68218.418.2526.86
Hex3841511F14044da121b
Octal70101121372401043322233
Binary11100010000011010001111111010001000100110110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384151; }

 p { color: rgb(56,65,81); }

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

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

 a { background-color: rgb(56,65,81); }

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

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

 span { border-color: rgb(56,65,81); }

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