Html Css Color HEX #36404B Arsenic

📋 copy color: '#36404B'

red 54 ◦ green 64 ◦ blue 75

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

Shades of Arsenic #36404B

Tints of Arsenic #36404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 27.98%
G = 33.16%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36404B (or 0x36404B) is known color: Arsenic. HEX triplet: 36, 40 and 4B. RGB value is (54,64,75). Sum of RGB (Red+Green+Blue) = 54+64+75=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #36404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36404B is #C9BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13221813 or 4931638. OLE color: 4931638.

HSL color Cylindrical-coordinate representation of color #36404B: hue angle of 211.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36404B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 64 75 -
CMYK 0.28 0.15 0 0.71
HSL 211.43º 0.16% 0.25% -
HSV(B) 211.43º 0.28% 0.29% -
XYZ 4.62 4.96 7.37 -
YUV 62.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 54 64 75 0.28 0.15 0 0.71 211.43 0.16 0.25
Hex 36 40 4B 1C F 0 47 D3 10 19
Octal 66 100 113 34 17 0 107 323 20 31
Binary 110110 1000000 1001011 11100 1111 0 1000111 11010011 10000 11001

Color Harmonies of #36404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36404B

Black with #36404B

Text Example


Text Example

White with #36404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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