Html Css Color HEX #364450 Arsenic

📋 copy color: '#364450'

red 54 ◦ green 68 ◦ blue 80

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

Shades of Arsenic #364450

Tints of Arsenic #364450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

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

R = 26.73%
G = 33.66%
B = 39.6%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364450 (or 0x364450) is known color: Arsenic. HEX triplet: 36, 44 and 50. RGB value is (54,68,80). Sum of RGB (Red+Green+Blue) = 54+68+80=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #364450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364450 is #C9BBAF. Grayscale: #414141. Windows color (decimal): -13220784 or 5260342. OLE color: 5260342.

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

Color convert

RGB 54 68 80 -
CMYK 0.33 0.15 0 0.69
HSL 207.69º 0.19% 0.26% -
HSV(B) 207.69º 0.33% 0.31% -
XYZ 5.04 5.5 8.39 -
YUV 65.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 54 68 80 0.33 0.15 0 0.69 207.69 0.19 0.26
Hex 36 44 50 21 F 0 45 D0 13 1A
Octal 66 104 120 41 17 0 105 320 23 32
Binary 110110 1000100 1010000 100001 1111 0 1000101 11010000 10011 11010

Color Harmonies of #364450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364450

Black with #364450

Text Example


Text Example

White with #364450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364450; }

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

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

background-color css

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

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

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

border-color css

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

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

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