Html Css Color HEX #363F46 Arsenic

📋 copy color: '#363F46'

red 54 ◦ green 63 ◦ blue 70

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

Shades of Arsenic #363F46

Tints of Arsenic #363F46

RGB

 RED value IS 54 (21.48% from 255) = 28.88%

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 28.88%
G = 33.69%
B = 37.43%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#363F46 (or 0x363F46) is known color: Arsenic. HEX triplet: 36, 3F and 46. RGB value is (54,63,70). Sum of RGB (Red+Green+Blue) = 54+63+70=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #363F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F46 is #C9C0B9. Grayscale: #3D3D3D. Windows color (decimal): -13222074 or 4603702. OLE color: 4603702.

HSL color Cylindrical-coordinate representation of color #363F46: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #363F46 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 63 70 -
CMYK 0.23 0.10 0 0.73
HSL 206.25º 0.13% 0.24% -
HSV(B) 206.25º 0.23% 0.27% -
XYZ 4.4 4.78 6.49 -
YUV 61.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 54 63 70 0.23 0.10 0 0.73 206.25 0.13 0.24
Hex 36 3F 46 17 A 0 49 CE D 18
Octal 66 77 106 27 12 0 111 316 15 30
Binary 110110 111111 1000110 10111 1010 0 1001001 11001110 1101 11000

Color Harmonies of #363F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F46

Black with #363F46

Text Example


Text Example

White with #363F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363F46; }

 p { color: rgb(54,63,70); }

 H1.HeaderClassName
 {
   color: #363F46;
 }
 .AnyTagClassName
 {
   color: #363F46;
 }
</style>

background-color css

<style>
 a { background-color: #363F46; }

 a { background-color: rgb(54,63,70); }

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

border-color css

<style>
 span { border-color: #363F46; }

 span { border-color: rgb(54,63,70); }

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