Html Css Color HEX #3F4C4F Atomic

📋 copy color: '#3F4C4F'

red 63 ◦ green 76 ◦ blue 79

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

Shades of Atomic #3F4C4F

Tints of Atomic #3F4C4F

RGB

 RED value IS 63 (25% from 255) = 28.9%

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

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

R = 28.9%
G = 34.86%
B = 36.24%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F4C4F (or 0x3F4C4F) is known color: Atomic. HEX triplet: 3F, 4C and 4F. RGB value is (63,76,79). Sum of RGB (Red+Green+Blue) = 63+76+79=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F4C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C4F is #C0B3B0. Grayscale: #484848. Windows color (decimal): -12628913 or 5196863. OLE color: 5196863.

HSL color Cylindrical-coordinate representation of color #3F4C4F: hue angle of 191.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4C4F is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 76 79 -
CMYK 0.20 0.04 0 0.69
HSL 191.25º 0.11% 0.28% -
HSV(B) 191.25º 0.2% 0.31% -
XYZ 6.05 6.79 8.39 -
YUV 72.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 63 76 79 0.20 0.04 0 0.69 191.25 0.11 0.28
Hex 3F 4C 4F 14 4 0 45 BF B 1C
Octal 77 114 117 24 4 0 105 277 13 34
Binary 111111 1001100 1001111 10100 100 0 1000101 10111111 1011 11100

Color Harmonies of #3F4C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C4F

Black with #3F4C4F

Text Example


Text Example

White with #3F4C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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