Html Css Color HEX #3B474D Atomic

📋 copy color: '#3B474D'

red 59 ◦ green 71 ◦ blue 77

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

Shades of Atomic #3B474D

Tints of Atomic #3B474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 28.5%
G = 34.3%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B474D (or 0x3B474D) is known color: Atomic. HEX triplet: 3B, 47 and 4D. RGB value is (59,71,77). Sum of RGB (Red+Green+Blue) = 59+71+77=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B474D is #C4B8B2. Grayscale: #444444. Windows color (decimal): -12892339 or 5064507. OLE color: 5064507.

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

Color convert

RGB 59 71 77 -
CMYK 0.23 0.08 0 0.70
HSL 200º 0.13% 0.27% -
HSV(B) 200º 0.23% 0.3% -
XYZ 5.4 5.97 7.89 -
YUV 68.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 59 71 77 0.23 0.08 0 0.70 200 0.13 0.27
Hex 3B 47 4D 17 8 0 46 C8 D 1B
Octal 73 107 115 27 10 0 106 310 15 33
Binary 111011 1000111 1001101 10111 1000 0 1000110 11001000 1101 11011

Color Harmonies of #3B474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B474D

Black with #3B474D

Text Example


Text Example

White with #3B474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,77); }

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

background-color css

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

 a { background-color: rgb(59,71,77); }

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

border-color css

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

 span { border-color: rgb(59,71,77); }

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