#3E4A52

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

Shades of Atomic #3E4A52

Tints of Atomic #3E4A52

Color information

#3E4A52 (or 0x3E4A52) is unknown color: approx Atomic. HEX triplet: 3E, 4A and 52. RGB value is (62,74,82). Sum of RGB (Red+Green+Blue) = 62+74+82=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E4A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A52 is #C1B5AD. Grayscale: #474747. Windows color (decimal): -12694958 or 5392958. OLE color: 5392958.

HSL color Cylindrical-coordinate representation of color #3E4A52: hue angle of 204º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E4A52 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB627482-
CMYK0.240.1000.68
HSL204º13.89%28.24%-
HSV(B)204º24.39%32.16%-
XYZ5.966.538.93-
YUV71.32134.02121.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=28.44%
G=33.94%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6274820.240.1000.6820413.8928.24
Hex3E4A5218A044cce1c
Octal76112122301201043141634
Binary111110100101010100101100010100100010011001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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