Html Css Color HEX #364048 Arsenic

📋 copy color: '#364048'

red 54 ◦ green 64 ◦ blue 72

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

Shades of Arsenic #364048

Tints of Arsenic #364048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

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

R = 28.42%
G = 33.68%
B = 37.89%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364048 (or 0x364048) is known color: Arsenic. HEX triplet: 36, 40 and 48. RGB value is (54,64,72). Sum of RGB (Red+Green+Blue) = 54+64+72=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #364048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364048 is #C9BFB7. Grayscale: #3D3D3D. Windows color (decimal): -13221816 or 4735030. OLE color: 4735030.

HSL color Cylindrical-coordinate representation of color #364048: hue angle of 206.67º 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 #364048 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 64 72 -
CMYK 0.25 0.11 0 0.72
HSL 206.67º 0.14% 0.25% -
HSV(B) 206.67º 0.25% 0.28% -
XYZ 4.52 4.92 6.84 -
YUV 61.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 54 64 72 0.25 0.11 0 0.72 206.67 0.14 0.25
Hex 36 40 48 19 B 0 48 CF E 19
Octal 66 100 110 31 13 0 110 317 16 31
Binary 110110 1000000 1001000 11001 1011 0 1001000 11001111 1110 11001

Color Harmonies of #364048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364048

Black with #364048

Text Example


Text Example

White with #364048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364048; }

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

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

background-color css

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

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

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

border-color css

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

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

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