#364953

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

Shades of Atomic #364953

Tints of Atomic #364953

Color information

#364953 (or 0x364953) is unknown color: approx Atomic. HEX triplet: 36, 49 and 53. RGB value is (54,73,83). Sum of RGB (Red+Green+Blue) = 54+73+83=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #364953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364953 is #C9B6AC. Grayscale: #444444. Windows color (decimal): -13219501 or 5458230. OLE color: 5458230.

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

Color convert

RGB547383-
CMYK0.350.1200.67
HSL200.69º21.17%26.86%-
HSV(B)200.69º34.94%32.55%-
XYZ5.476.179.09-
YUV68.46136.21117.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=25.71%
G=34.76%
B=39.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5473830.350.1200.67200.6921.1726.86
Hex36495323C043c9151b
Octal66111123431401033112533
Binary11011010010011010011100011110001000011110010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364953; }

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

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

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

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

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

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

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

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