Html Css Color HEX #364550 Arsenic

📋 copy color: '#364550'

red 54 ◦ green 69 ◦ blue 80

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

Shades of Arsenic #364550

Tints of Arsenic #364550

RGB

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

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

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

R = 26.6%
G = 33.99%
B = 39.41%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364550 (or 0x364550) is known color: Arsenic. HEX triplet: 36, 45 and 50. RGB value is (54,69,80). Sum of RGB (Red+Green+Blue) = 54+69+80=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #364550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364550 is #C9BAAF. Grayscale: #414141. Windows color (decimal): -13220528 or 5260598. OLE color: 5260598.

HSL color Cylindrical-coordinate representation of color #364550: hue angle of 205.38º 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 #364550 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 69 80 -
CMYK 0.33 0.14 0 0.69
HSL 205.38º 0.19% 0.26% -
HSV(B) 205.38º 0.33% 0.31% -
XYZ 5.1 5.62 8.41 -
YUV 65.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 54 69 80 0.33 0.14 0 0.69 205.38 0.19 0.26
Hex 36 45 50 21 E 0 45 CD 13 1A
Octal 66 105 120 41 16 0 105 315 23 32
Binary 110110 1000101 1010000 100001 1110 0 1000101 11001101 10011 11010

Color Harmonies of #364550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364550

Black with #364550

Text Example


Text Example

White with #364550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364550; }

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

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

background-color css

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

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

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

border-color css

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

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

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