#364A52

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

Shades of Atomic #364A52

Tints of Atomic #364A52

Color information

#364A52 (or 0x364A52) is unknown color: approx Atomic. HEX triplet: 36, 4A and 52. RGB value is (54,74,82). Sum of RGB (Red+Green+Blue) = 54+74+82=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #364A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A52 is #C9B5AD. Grayscale: #444444. Windows color (decimal): -13219246 or 5392950. OLE color: 5392950.

HSL color Cylindrical-coordinate representation of color #364A52: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364A52 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB547482-
CMYK0.340.1000.68
HSL197.14º20.59%26.67%-
HSV(B)197.14º34.15%32.16%-
XYZ5.496.298.91-
YUV68.93135.37117.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=25.71%
G=35.24%
B=39.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5474820.340.1000.68197.1420.5926.67
Hex364A5222A044c5151b
Octal66112122421201043052533
Binary11011010010101010010100010101001000100110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,82); }

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

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

 a { background-color: rgb(54,74,82); }

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

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

 span { border-color: rgb(54,74,82); }

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