#364D59

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

Shades of Atomic #364D59

Tints of Atomic #364D59

Color information

#364D59 (or 0x364D59) is unknown color: approx Atomic. HEX triplet: 36, 4D and 59. RGB value is (54,77,89). Sum of RGB (Red+Green+Blue) = 54+77+89=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #364D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D59 is #C9B2A6. Grayscale: #474747. Windows color (decimal): -13218471 or 5852470. OLE color: 5852470.

HSL color Cylindrical-coordinate representation of color #364D59: hue angle of 200.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364D59 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547789-
CMYK0.390.1300.65
HSL200.57º24.48%28.04%-
HSV(B)200.57º39.33%34.9%-
XYZ5.986.8110.45-
YUV71.49137.88115.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=24.55%
G=35%
B=40.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5477890.390.1300.65200.5724.4828.04
Hex364D5927D041c9181c
Octal66115131471501013113034
Binary11011010011011011001100111110101000001110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D59; }

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

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

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

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

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

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

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

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