Html Css Color HEX #3A464C Atomic

📋 copy color: '#3A464C'

red 58 ◦ green 70 ◦ blue 76

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

Shades of Atomic #3A464C

Tints of Atomic #3A464C

RGB

 RED value IS 58 (23.05% from 255) = 28.43%

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 28.43%
G = 34.31%
B = 37.25%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A464C (or 0x3A464C) is known color: Atomic. HEX triplet: 3A, 46 and 4C. RGB value is (58,70,76). Sum of RGB (Red+Green+Blue) = 58+70+76=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A464C is #C5B9B3. Grayscale: #434343. Windows color (decimal): -12958132 or 4998714. OLE color: 4998714.

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

Color convert

RGB 58 70 76 -
CMYK 0.24 0.08 0 0.70
HSL 200º 0.13% 0.26% -
HSV(B) 200º 0.24% 0.3% -
XYZ 5.24 5.8 7.68 -
YUV 67.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 58 70 76 0.24 0.08 0 0.70 200 0.13 0.26
Hex 3A 46 4C 18 8 0 46 C8 D 1A
Octal 72 106 114 30 10 0 106 310 15 32
Binary 111010 1000110 1001100 11000 1000 0 1000110 11001000 1101 11010

Color Harmonies of #3A464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A464C

Black with #3A464C

Text Example


Text Example

White with #3A464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,76); }

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

background-color css

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

 a { background-color: rgb(58,70,76); }

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

border-color css

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

 span { border-color: rgb(58,70,76); }

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