Html Css Color HEX #3F484C Atomic

📋 copy color: '#3F484C'

red 63 ◦ green 72 ◦ blue 76

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

Shades of Atomic #3F484C

Tints of Atomic #3F484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 29.86%
G = 34.12%
B = 36.02%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F484C (or 0x3F484C) is known color: Atomic. HEX triplet: 3F, 48 and 4C. RGB value is (63,72,76). Sum of RGB (Red+Green+Blue) = 63+72+76=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F484C is #C0B7B3. Grayscale: #454545. Windows color (decimal): -12629940 or 4999231. OLE color: 4999231.

HSL color Cylindrical-coordinate representation of color #3F484C: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F484C is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 72 76 -
CMYK 0.17 0.05 0 0.70
HSL 198.46º 0.09% 0.27% -
HSV(B) 198.46º 0.17% 0.3% -
XYZ 5.67 6.21 7.74 -
YUV 69.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 63 72 76 0.17 0.05 0 0.70 198.46 0.09 0.27
Hex 3F 48 4C 11 5 0 46 C6 9 1B
Octal 77 110 114 21 5 0 106 306 11 33
Binary 111111 1001000 1001100 10001 101 0 1000110 11000110 1001 11011

Color Harmonies of #3F484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F484C

Black with #3F484C

Text Example


Text Example

White with #3F484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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