#364955

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

Shades of Atomic #364955

Tints of Atomic #364955

Color information

#364955 (or 0x364955) is unknown color: approx Atomic. HEX triplet: 36, 49 and 55. RGB value is (54,73,85). Sum of RGB (Red+Green+Blue) = 54+73+85=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #364955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364955 is #C9B6AA. Grayscale: #444444. Windows color (decimal): -13219499 or 5589302. OLE color: 5589302.

HSL color Cylindrical-coordinate representation of color #364955: hue angle of 203.23º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364955 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB547385-
CMYK0.360.1400.67
HSL203.23º22.3%27.25%-
HSV(B)203.23º36.47%33.33%-
XYZ5.546.219.5-
YUV68.69137.21117.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=25.47%
G=34.43%
B=40.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5473850.360.1400.67203.2322.327.25
Hex36495524E043cb161b
Octal66111125441601033132633
Binary11011010010011010101100100111001000011110010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364955; }

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

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

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

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

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

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

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

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