#3A414D

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

Shades of Cloud Burst #3A414D

Tints of Cloud Burst #3A414D

Color information

#3A414D (or 0x3A414D) is unknown color: approx Cloud Burst. HEX triplet: 3A, 41 and 4D. RGB value is (58,65,77). Sum of RGB (Red+Green+Blue) = 58+65+77=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A414D is #C5BEB2. Grayscale: #404040. Windows color (decimal): -12959411 or 5062970. OLE color: 5062970.

HSL color Cylindrical-coordinate representation of color #3A414D: hue angle of 217.89º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A414D is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB586577-
CMYK0.250.1600.70
HSL217.89º14.07%26.47%-
HSV(B)217.89º24.68%30.2%-
XYZ4.975.227.77-
YUV64.28135.18123.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=29%
G=32.5%
B=38.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5865770.250.1600.70217.8914.0726.47
Hex3A414D1910046dae1a
Octal72101115312001063321632
Binary1110101000001100110111001100000100011011011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,77); }

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

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

 a { background-color: rgb(58,65,77); }

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

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

 span { border-color: rgb(58,65,77); }

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