#3E4A4F

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

Shades of Atomic #3E4A4F

Tints of Atomic #3E4A4F

Color information

#3E4A4F (or 0x3E4A4F) is unknown color: approx Atomic. HEX triplet: 3E, 4A and 4F. RGB value is (62,74,79). Sum of RGB (Red+Green+Blue) = 62+74+79=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E4A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A4F is #C1B5B0. Grayscale: #464646. Windows color (decimal): -12694961 or 5196350. OLE color: 5196350.

HSL color Cylindrical-coordinate representation of color #3E4A4F: hue angle of 197.65º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E4A4F is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB627479-
CMYK0.220.0600.69
HSL197.65º12.06%27.65%-
HSV(B)197.65º21.52%30.98%-
XYZ5.856.498.34-
YUV70.98132.52121.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=28.84%
G=34.42%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6274790.220.0600.69197.6512.0627.65
Hex3E4A4F166045c6c1c
Octal7611211726601053061434
Binary11111010010101001111101101100100010111000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,79); }

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

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

 a { background-color: rgb(62,74,79); }

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

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

 span { border-color: rgb(62,74,79); }

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