#3A3D48

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

Shades of Cloud Burst #3A3D48

Tints of Cloud Burst #3A3D48

Color information

#3A3D48 (or 0x3A3D48) is unknown color: approx Cloud Burst. HEX triplet: 3A, 3D and 48. RGB value is (58,61,72). Sum of RGB (Red+Green+Blue) = 58+61+72=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D48 is #C5C2B7. Grayscale: #3D3D3D. Windows color (decimal): -12960440 or 4734266. OLE color: 4734266.

HSL color Cylindrical-coordinate representation of color #3A3D48: hue angle of 227.14º 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 #3A3D48 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586172-
CMYK0.190.1500.72
HSL227.14º10.77%25.49%-
HSV(B)227.14º19.44%28.24%-
XYZ4.584.76.8-
YUV61.36134.01125.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=30.37%
G=31.94%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5861720.190.1500.72227.1410.7725.49
Hex3A3D4813F048e3b19
Octal7275110231701103431331
Binary11101011110110010001001111110100100011100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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