#3A4048

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

Shades of Cloud Burst #3A4048

Tints of Cloud Burst #3A4048

Color information

#3A4048 (or 0x3A4048) is unknown color: approx Cloud Burst. HEX triplet: 3A, 40 and 48. RGB value is (58,64,72). Sum of RGB (Red+Green+Blue) = 58+64+72=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4048 is #C5BFB7. Grayscale: #3F3F3F. Windows color (decimal): -12959672 or 4735034. OLE color: 4735034.

HSL color Cylindrical-coordinate representation of color #3A4048: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4048 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586472-
CMYK0.190.1100.72
HSL214.29º10.77%25.49%-
HSV(B)214.29º19.44%28.24%-
XYZ4.755.036.85-
YUV63.12133.01124.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=29.90%
G=32.99%
B=37.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5864720.190.1100.72214.2910.7725.49
Hex3A404813B048d6b19
Octal72100110231301103261331
Binary111010100000010010001001110110100100011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4048; }

 p { color: rgb(58,64,72); }

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

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

 a { background-color: rgb(58,64,72); }

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

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

 span { border-color: rgb(58,64,72); }

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