Html Css Color HEX #3E4C52 Atomic

📋 copy color: '#3E4C52'

red 62 ◦ green 76 ◦ blue 82

#3E4C52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #3E4C52

Tints of Atomic #3E4C52

RGB

 RED value IS 62 (24.61% from 255) = 28.18%

 GREEN value IS 76 (30.08% from 255) = 34.55%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 28.18%
G = 34.55%
B = 37.27%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E4C52 (or 0x3E4C52) is known color: Atomic. HEX triplet: 3E, 4C and 52. RGB value is (62,76,82). Sum of RGB (Red+Green+Blue) = 62+76+82=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E4C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4C52 is #C1B3AD. Grayscale: #484848. Windows color (decimal): -12694446 or 5393470. OLE color: 5393470.

HSL color Cylindrical-coordinate representation of color #3E4C52: hue angle of 198º 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 #3E4C52 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 76 82 -
CMYK 0.24 0.07 0 0.68
HSL 198º 0.14% 0.28% -
HSV(B) 198º 0.24% 0.32% -
XYZ 6.09 6.8 8.97 -
YUV 72.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 62 76 82 0.24 0.07 0 0.68 198 0.14 0.28
Hex 3E 4C 52 18 7 0 44 C6 E 1C
Octal 76 114 122 30 7 0 104 306 16 34
Binary 111110 1001100 1010010 11000 111 0 1000100 11000110 1110 11100

Color Harmonies of #3E4C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4C52

Black with #3E4C52

Text Example


Text Example

White with #3E4C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E4C52;
 }
 .AnyTagClassName
 {
   color: #3E4C52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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