Html Css Color HEX #3B474B Atomic

📋 copy color: '#3B474B'

red 59 ◦ green 71 ◦ blue 75

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

Shades of Atomic #3B474B

Tints of Atomic #3B474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.59%

R = 28.78%
G = 34.63%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B474B (or 0x3B474B) is known color: Atomic. HEX triplet: 3B, 47 and 4B. RGB value is (59,71,75). Sum of RGB (Red+Green+Blue) = 59+71+75=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B474B is #C4B8B4. Grayscale: #434343. Windows color (decimal): -12892341 or 4933435. OLE color: 4933435.

HSL color Cylindrical-coordinate representation of color #3B474B: hue angle of 195º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B474B is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 71 75 -
CMYK 0.21 0.05 0 0.71
HSL 195º 0.12% 0.26% -
HSV(B) 195º 0.21% 0.29% -
XYZ 5.33 5.94 7.52 -
YUV 67.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 59 71 75 0.21 0.05 0 0.71 195 0.12 0.26
Hex 3B 47 4B 15 5 0 47 C3 C 1A
Octal 73 107 113 25 5 0 107 303 14 32
Binary 111011 1000111 1001011 10101 101 0 1000111 11000011 1100 11010

Color Harmonies of #3B474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B474B

Black with #3B474B

Text Example


Text Example

White with #3B474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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