Html Css Color HEX #3E4C4F Atomic

📋 copy color: '#3E4C4F'

red 62 ◦ green 76 ◦ blue 79

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

Shades of Atomic #3E4C4F

Tints of Atomic #3E4C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 28.57%
G = 35.02%
B = 36.41%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E4C4F (or 0x3E4C4F) is known color: Atomic. HEX triplet: 3E, 4C and 4F. RGB value is (62,76,79). Sum of RGB (Red+Green+Blue) = 62+76+79=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E4C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4C4F is #C1B3B0. Grayscale: #484848. Windows color (decimal): -12694449 or 5196862. OLE color: 5196862.

HSL color Cylindrical-coordinate representation of color #3E4C4F: hue angle of 190.59º 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 #3E4C4F is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 76 79 -
CMYK 0.22 0.04 0 0.69
HSL 190.59º 0.12% 0.28% -
HSV(B) 190.59º 0.22% 0.31% -
XYZ 5.98 6.76 8.39 -
YUV 72.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 62 76 79 0.22 0.04 0 0.69 190.59 0.12 0.28
Hex 3E 4C 4F 16 4 0 45 BF C 1C
Octal 76 114 117 26 4 0 105 277 14 34
Binary 111110 1001100 1001111 10110 100 0 1000101 10111111 1100 11100

Color Harmonies of #3E4C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4C4F

Black with #3E4C4F

Text Example


Text Example

White with #3E4C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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