#36474D

Color #36474D Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #36474D

Tints of Atomic #36474D

Color information

#36474D (or 0x36474D) is unknown color: approx Atomic. HEX triplet: 36, 47 and 4D. RGB value is (54,71,77). Sum of RGB (Red+Green+Blue) = 54+71+77=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #36474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36474D is #C9B8B2. Grayscale: #424242. Windows color (decimal): -13220019 or 5064502. OLE color: 5064502.

HSL color Cylindrical-coordinate representation of color #36474D: hue angle of 195.65º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36474D is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB547177-
CMYK0.300.0800.70
HSL195.65º17.56%25.69%-
HSV(B)195.65º29.87%30.2%-
XYZ5.115.837.88-
YUV66.6133.87119.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=26.73%
G=35.15%
B=38.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5471770.300.0800.70195.6517.5625.69
Hex36474D1E8046c4121a
Octal66107115361001063042232
Binary1101101000111100110111110100001000110110001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36474D; }

 p { color: rgb(54,71,77); }

 H1.HeaderClassName
 {
   color: #36474D;
 }
 .AnyTagClassName
 {
   color: #36474D;
 }
</style>
background-color css

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

 a { background-color: rgb(54,71,77); }

 div.DivClassName
 {
   background-color: #36474D;
 }
 .BgClassName
 {
   background-color: #36474D;
 }
</style>
border-color css

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

 span { border-color: rgb(54,71,77); }

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