Html Css Color HEX #364350 Arsenic

📋 copy color: '#364350'

red 54 ◦ green 67 ◦ blue 80

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

Shades of Arsenic #364350

Tints of Arsenic #364350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 26.87%
G = 33.33%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364350 (or 0x364350) is known color: Arsenic. HEX triplet: 36, 43 and 50. RGB value is (54,67,80). Sum of RGB (Red+Green+Blue) = 54+67+80=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #364350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364350 is #C9BCAF. Grayscale: #404040. Windows color (decimal): -13221040 or 5260086. OLE color: 5260086.

HSL color Cylindrical-coordinate representation of color #364350: hue angle of 210º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364350 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 67 80 -
CMYK 0.33 0.16 0 0.69
HSL 210º 0.19% 0.26% -
HSV(B) 210º 0.33% 0.31% -
XYZ 4.98 5.38 8.37 -
YUV 64.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 54 67 80 0.33 0.16 0 0.69 210 0.19 0.26
Hex 36 43 50 21 10 0 45 D2 13 1A
Octal 66 103 120 41 20 0 105 322 23 32
Binary 110110 1000011 1010000 100001 10000 0 1000101 11010010 10011 11010

Color Harmonies of #364350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364350

Black with #364350

Text Example


Text Example

White with #364350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364350; }

 p { color: rgb(54,67,80); }

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

background-color css

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

 a { background-color: rgb(54,67,80); }

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

border-color css

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

 span { border-color: rgb(54,67,80); }

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