#364F59

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

Shades of Atomic #364F59

Tints of Atomic #364F59

Color information

#364F59 (or 0x364F59) is unknown color: approx Atomic. HEX triplet: 36, 4F and 59. RGB value is (54,79,89). Sum of RGB (Red+Green+Blue) = 54+79+89=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #364F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F59 is #C9B0A6. Grayscale: #484848. Windows color (decimal): -13217959 or 5852982. OLE color: 5852982.

HSL color Cylindrical-coordinate representation of color #364F59: hue angle of 197.14º 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 #364F59 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547989-
CMYK0.390.1100.65
HSL197.14º24.48%28.04%-
HSV(B)197.14º39.33%34.9%-
XYZ6.127.110.5-
YUV72.66137.22114.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=24.32%
G=35.59%
B=40.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5479890.390.1100.65197.1424.4828.04
Hex364F5927B041c5181c
Octal66117131471301013053034
Binary11011010011111011001100111101101000001110001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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