#364C53

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

Shades of Atomic #364C53

Tints of Atomic #364C53

Color information

#364C53 (or 0x364C53) is unknown color: approx Atomic. HEX triplet: 36, 4C and 53. RGB value is (54,76,83). Sum of RGB (Red+Green+Blue) = 54+76+83=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #364C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C53 is #C9B3AC. Grayscale: #464646. Windows color (decimal): -13218733 or 5458998. OLE color: 5458998.

HSL color Cylindrical-coordinate representation of color #364C53: hue angle of 194.48º 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 #364C53 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB547683-
CMYK0.350.0800.67
HSL194.48º21.17%26.86%-
HSV(B)194.48º34.94%32.55%-
XYZ5.676.589.15-
YUV70.22135.21116.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=25.35%
G=35.68%
B=38.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5476830.350.0800.67194.4821.1726.86
Hex364C53238043c2151b
Octal66114123431001033022533
Binary11011010011001010011100011100001000011110000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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