Html Css Color HEX #3A454E Arsenic

📋 copy color: '#3A454E'

red 58 ◦ green 69 ◦ blue 78

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

Shades of Arsenic #3A454E

Tints of Arsenic #3A454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 78 (30.86% from 255) = 38.05%

R = 28.29%
G = 33.66%
B = 38.05%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A454E (or 0x3A454E) is known color: Arsenic. HEX triplet: 3A, 45 and 4E. RGB value is (58,69,78). Sum of RGB (Red+Green+Blue) = 58+69+78=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A454E is #C5BAB1. Grayscale: #424242. Windows color (decimal): -12958386 or 5129530. OLE color: 5129530.

HSL color Cylindrical-coordinate representation of color #3A454E: hue angle of 207º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A454E is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 69 78 -
CMYK 0.26 0.12 0 0.69
HSL 207º 0.15% 0.27% -
HSV(B) 207º 0.26% 0.31% -
XYZ 5.25 5.71 8.03 -
YUV 66.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 58 69 78 0.26 0.12 0 0.69 207 0.15 0.27
Hex 3A 45 4E 1A C 0 45 CF F 1B
Octal 72 105 116 32 14 0 105 317 17 33
Binary 111010 1000101 1001110 11010 1100 0 1000101 11001111 1111 11011

Color Harmonies of #3A454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A454E

Black with #3A454E

Text Example


Text Example

White with #3A454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,78); }

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

background-color css

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

 a { background-color: rgb(58,69,78); }

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

border-color css

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

 span { border-color: rgb(58,69,78); }

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