Html Css Color HEX #363F48 Arsenic

📋 copy color: '#363F48'

red 54 ◦ green 63 ◦ blue 72

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

Shades of Arsenic #363F48

Tints of Arsenic #363F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 28.57%
G = 33.33%
B = 38.1%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#363F48 (or 0x363F48) is known color: Arsenic. HEX triplet: 36, 3F and 48. RGB value is (54,63,72). Sum of RGB (Red+Green+Blue) = 54+63+72=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #363F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F48 is #C9C0B7. Grayscale: #3D3D3D. Windows color (decimal): -13222072 or 4734774. OLE color: 4734774.

HSL color Cylindrical-coordinate representation of color #363F48: hue angle of 210º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363F48 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 63 72 -
CMYK 0.25 0.12 0 0.72
HSL 210º 0.14% 0.25% -
HSV(B) 210º 0.25% 0.28% -
XYZ 4.47 4.81 6.82 -
YUV 61.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 54 63 72 0.25 0.12 0 0.72 210 0.14 0.25
Hex 36 3F 48 19 C 0 48 D2 E 19
Octal 66 77 110 31 14 0 110 322 16 31
Binary 110110 111111 1001000 11001 1100 0 1001000 11010010 1110 11001

Color Harmonies of #363F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F48

Black with #363F48

Text Example


Text Example

White with #363F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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