#36494D

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

Shades of Atomic #36494D

Tints of Atomic #36494D

Color information

#36494D (or 0x36494D) is unknown color: approx Atomic. HEX triplet: 36, 49 and 4D. RGB value is (54,73,77). Sum of RGB (Red+Green+Blue) = 54+73+77=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #36494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36494D is #C9B6B2. Grayscale: #434343. Windows color (decimal): -13219507 or 5065014. OLE color: 5065014.

HSL color Cylindrical-coordinate representation of color #36494D: hue angle of 190.43º 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 #36494D is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB547377-
CMYK0.300.0500.70
HSL190.43º17.56%25.69%-
HSV(B)190.43º29.87%30.2%-
XYZ5.246.097.92-
YUV67.78133.21118.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=26.47%
G=35.78%
B=37.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5473770.300.0500.70190.4317.5625.69
Hex36494D1E5046be121a
Octal6611111536501062762232
Binary110110100100110011011111010101000110101111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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