#3A484E

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

Shades of Atomic #3A484E

Tints of Atomic #3A484E

Color information

#3A484E (or 0x3A484E) is unknown color: approx Atomic. HEX triplet: 3A, 48 and 4E. RGB value is (58,72,78). Sum of RGB (Red+Green+Blue) = 58+72+78=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A484E is #C5B7B1. Grayscale: #444444. Windows color (decimal): -12957618 or 5130298. OLE color: 5130298.

HSL color Cylindrical-coordinate representation of color #3A484E: hue angle of 198º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A484E is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB587278-
CMYK0.260.0800.69
HSL198º14.71%26.67%-
HSV(B)198º25.64%30.59%-
XYZ5.446.088.1-
YUV68.5133.36120.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=27.88%
G=34.62%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5872780.260.0800.6919814.7126.67
Hex3A484E1A8045c6f1b
Octal72110116321001053061733
Binary111010100100010011101101010000100010111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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