Html Css Color HEX #3B484C Atomic

📋 copy color: '#3B484C'

red 59 ◦ green 72 ◦ blue 76

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

Shades of Atomic #3B484C

Tints of Atomic #3B484C

RGB

 RED value IS 59 (23.44% from 255) = 28.5%

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

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

R = 28.5%
G = 34.78%
B = 36.71%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B484C (or 0x3B484C) is known color: Atomic. HEX triplet: 3B, 48 and 4C. RGB value is (59,72,76). Sum of RGB (Red+Green+Blue) = 59+72+76=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B484C is #C4B7B3. Grayscale: #444444. Windows color (decimal): -12892084 or 4999227. OLE color: 4999227.

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

Color convert

RGB 59 72 76 -
CMYK 0.22 0.05 0 0.70
HSL 194.12º 0.13% 0.26% -
HSV(B) 194.12º 0.22% 0.3% -
XYZ 5.43 6.09 7.73 -
YUV 68.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 59 72 76 0.22 0.05 0 0.70 194.12 0.13 0.26
Hex 3B 48 4C 16 5 0 46 C2 D 1A
Octal 73 110 114 26 5 0 106 302 15 32
Binary 111011 1001000 1001100 10110 101 0 1000110 11000010 1101 11010

Color Harmonies of #3B484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B484C

Black with #3B484C

Text Example


Text Example

White with #3B484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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